Freedome Mac VPN exception for IP an address (bypass VPN)
I had been long wondering how can I configure certain IP addresses to bypass Freedome VPN. It seems that it was somewhat simple after all (at least in a simple scenario):
Find the default gateway (destination default in netstat -r):
route -n get default | grep 'gateway' | awk '{print $2}'
Add a route:
sudo route -v add THE-IP-TO-BE-BYPASSED DEFAULT-GW
Delete a route (the route gets deleted even if the default gw would have changed)
sudo route -v delete THE-IP-TO-BE-BYPASSED DEFAULT-GW
Or is there an easier way? Is there a way to bypass VPN for services that do not always resolve to the same IP?
Would be fun if this would be supported directly in the Freedome Mac App.
Comments
🚩 What Do You Think?
We’d love your thoughts on our fresh look! Quick survey, big impact!