How do I change the config file in Open VPN (windows) to allow a particular IP to go outside the VPN tunnel?
I know that if I want only one particular IP to go through the Open VPN tunnel, I can use this command:
route nopull
route [IP address to use VPN]
However I don't know what commands to use to do the INVERSE i.e. only a particular IP does NOT use the VPN tunnel and all other IPs use VPN.
What commands would I add to the Open VPN config file in windows?
Thanks