Development
This commit is contained in:
parent
efbd21cb59
commit
cc2f57aa83
3 changed files with 3 additions and 3 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue