I route all my traffic through my OpenVPN gateway on my phone. I want to exclude a network from this gateway redirect. As far as I understand, this can be done in the client config by the use of the net_gateway variable.
I've included the following in my client config with as goal to use the local gateway for that subnet instead of my VPN gateway.
Code: Select all
route 100.66.54.0 255.255.255.0 net_gateway
