OpenVPN Split tunneling
Fundamental
Advantage
Configuration
$ vim client.ovpn
# Add 2 lines into beginning of this client config file
# route-nopull
# route 171.253.181.55Reference
Last updated
$ vim client.ovpn
# Add 2 lines into beginning of this client config file
# route-nopull
# route 171.253.181.55Last updated
route-nopull
route 171.253.181.55
client
dev tun
proto udp
sndbuf 0
rcvbuf 0
remote 45.79.85.159 1194
...