Development

This commit is contained in:
Matthew Grotke 2026-05-21 09:43:08 -04:00
parent efbd21cb59
commit cc2f57aa83
3 changed files with 3 additions and 3 deletions

View file

@ -924,7 +924,7 @@ def wg_server_key_path(iface):
def wg_server_pubkey_path(iface):
"""Public key written to the configs dir so the Flask app can read it."""
return SCRIPT_DIR / f".wg-{iface}.pub"
return SCRIPT_DIR / f".{iface}.pub"
def wg_conf_path_for(iface):
return WG_DIR / f"{iface}.conf"