Development

This commit is contained in:
Matthew Grotke 2026-06-11 01:31:57 -04:00
parent 4be98fd794
commit ef4bdef838
14 changed files with 780 additions and 1419 deletions

View file

@ -88,7 +88,7 @@ def find_wg_vlan(data, iface=None, vlan_id=None):
def server_pubkey(iface):
path = SCRIPT_DIR / f".wg-{iface}.pub"
path = SCRIPT_DIR / f".{iface}.pub"
if not path.exists():
die(
f"Server public key not found: {path}\n"