I made a script that generated nice unified .ovpn configuration files for easy importing into OpenVPN Connect.
Thinking I was smart, I made two remote lines:
remote vpn.example.com
remote 42.42.42.42
That way, things would work even if DNS broke down.
Now, of course, we've gotten a new public IP. I've changed the vpn.example.com to point at that, of course, but is there a good way to change the other remote on an already installed userbase?
Thinking I was smart, I made two remote lines:
remote vpn.example.com
remote 42.42.42.42
That way, things would work even if DNS broke down.
Now, of course, we've gotten a new public IP. I've changed the vpn.example.com to point at that, of course, but is there a good way to change the other remote on an already installed userbase?
Comment