Only push routes that are really needed
This commit is contained in:
parent
04ddee2677
commit
e67ab89e37
|
@ -49,12 +49,11 @@ push "route remote_host 255.255.255.255 net_gateway"
|
|||
# Push routes for local IPv4 networks
|
||||
push "route 141.71.30.0 255.255.254.0 vpn_gateway"
|
||||
push "route 192.168.99.0 255.255.255.0 vpn_gateway"
|
||||
push "route 10.3.1.0 255.255.255.0 vpn_gateway"
|
||||
push "route 10.0.0.0 255.255.255.0 vpn_gateway"
|
||||
|
||||
# Push the whole /56 block for IPv6
|
||||
# Push routes for local IPv6 networks
|
||||
# (The vpn_gateway placeholder does not work here.)
|
||||
push "route-ipv6 2001:638:614:1700::/56 2001:638:614:1750::1"
|
||||
push "route-ipv6 2001:638:614:1720::/64 2001:638:614:1750::1"
|
||||
push "route-ipv6 2001:638:614:1721::/64 2001:638:614:1750::1"
|
||||
|
||||
# Specific settings regarding TLS, chiphers and hash algorithms
|
||||
cipher AES-256-GCM
|
||||
|
|
Loading…
Reference in New Issue