openvpn-update-resolv-conf
openvpn-update-resolv-conf copied to clipboard
Script that updates DNS settings are pushed by the OpenVPN server
according to #5, you added the exclusive flag (`-x`) by default. Since this prevent some form of dns leak (in fact, it prevent your ISP to get every dns query),...
Just a small hint: You can't use this in combination with downgrading the group and user. When you quit OpenVPN or disconnect the script gets run as nobody, who does...
… script to work in most configurations without having to edit it. Added a patch: Patch / [email protected] force exit with no errors. Due to an apparent conflict with the...
Please add support for DNS6 entries: ``` 43c43 < if [ "$part2" = "DNS" -o "$part2" = "DNS6" ] ; then --- > if [ "$part2" = "DNS" ] ;...