Added logic to find next available IP address #1
Reference in New Issue
Block a user
No description provided.
Delete Branch "mike/add-ip-lookups"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Adds logic to lookup IP addresses on an interface, you can specify which interface by setting the WIREGUARD_INTERFACE environment variable. It will find the IP address and mask of that interface and then look for wireguard client configs in a ./configs folder. It will parse the ip addresses from those and find the next available one.