Proton VPN configuration with reference to non-existing DNS related script

I noticed, that a downloaded configuration file from the Proton VPN service had references to a DNS related script, that does not seem to exist on a default FreeBSD installation with OpenVPN.

Code:
up /etc/openvpn/update-resolv-conf
down /etc/openvpn/update-resolv-conf
 
For what it is worth, I found an older mention of the following default scripts, that seem to work. They seem to backup and restore the original DNS configuration.

Code:
up /usr/local/libexec/openvpn-client.up
plugin openvpn-plugin-down-root.so /usr/local/libexec/openvpn-client.down
 
Back
Top