Re-enable user VPN config
This commit is contained in:
parent
343665a6c5
commit
3adbcfc8d6
|
|
@ -54,6 +54,6 @@ PublicKey = {{ cockpit_backend_pubkey }}
|
||||||
AllowedIPs = 10.0.0.199/32
|
AllowedIPs = 10.0.0.199/32
|
||||||
|
|
||||||
# User Key for Phone/Desktop/Laptop use
|
# User Key for Phone/Desktop/Laptop use
|
||||||
#[Peer]
|
[Peer]
|
||||||
#PublicKey = {{ user_pubkey }}
|
PublicKey = {{ user_pubkey }}
|
||||||
#AllowedIPs = 10.0.0.200/32
|
AllowedIPs = 10.0.0.200/32
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue