Hi everybody,
I would like to add persistence route on my MacBook to route certain traffic through VPN. The command I am using at terminal is
sudo route -n add -net 172.16.1.0/24 10.8.0.1
The command is running fine and doing its job. The problem is that, when MacBook is rebooted, the route...