Skip to content

Commit 1a81fed

Browse files
committed
set AllowedIPs
1 parent 7b2ffb8 commit 1a81fed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vpn-client/playbooks/templates/add-vpn-user.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ DNS = ${DNS}
6161
[Peer]
6262
PublicKey = ${SERVER_PUBLIC_KEY}
6363
Endpoint = ${SERVER_PUBLIC_IP}:${SERVER_PORT}
64-
AllowedIPs = 0.0.0.0/0
64+
AllowedIPs = 10.10.11.0/24,10.10.10.0/24,10.100.49.0/24
6565
PersistentKeepalive = 25
6666
EOF
6767

0 commit comments

Comments
 (0)