Re-enable user VPN config

This commit is contained in:
cspark 2024-03-27 15:09:09 +00:00
parent 343665a6c5
commit 3adbcfc8d6
1 changed files with 3 additions and 3 deletions

View File

@ -54,6 +54,6 @@ PublicKey = {{ cockpit_backend_pubkey }}
AllowedIPs = 10.0.0.199/32
# User Key for Phone/Desktop/Laptop use
#[Peer]
#PublicKey = {{ user_pubkey }}
#AllowedIPs = 10.0.0.200/32
[Peer]
PublicKey = {{ user_pubkey }}
AllowedIPs = 10.0.0.200/32