OpenVPN

Stuff

To make an OpenVPN client ignore DNS settings pushed by the server, add the line pull-filter ignore “dhcp-option DNS” to your client configuration file. This command tells the client to ignore any dhcp-option DNS directives it receives from the server. After this line, you can add your own DNS settings if needed using dhcp-option DNS followed by your server’s IP address.

pull-filter ignore "dhcp-option DNS"