WireGuard: Difference between revisions
imported>User No edit summary |
imported>User No edit summary |
||
Line 86: | Line 86: | ||
# Forward all the traffic via VPN. | # Forward all the traffic via VPN. | ||
allowedIPs = [ "0.0.0.0/0" ]; | allowedIPs = [ "0.0.0.0/0" ]; | ||
# Or forward only particular subnets | |||
#allowedIPs = [ "10.100.0.1" "91.108.12.0/22" ]; | |||
# Set this to the server IP and port. | # Set this to the server IP and port. |