We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b2ffb8 commit 1a81fedCopy full SHA for 1a81fed
vpn-client/playbooks/templates/add-vpn-user.sh
@@ -61,7 +61,7 @@ DNS = ${DNS}
61
[Peer]
62
PublicKey = ${SERVER_PUBLIC_KEY}
63
Endpoint = ${SERVER_PUBLIC_IP}:${SERVER_PORT}
64
-AllowedIPs = 0.0.0.0/0
+AllowedIPs = 10.10.11.0/24,10.10.10.0/24,10.100.49.0/24
65
PersistentKeepalive = 25
66
EOF
67
0 commit comments