openvpn-update-resolv-conf icon indicating copy to clipboard operation
openvpn-update-resolv-conf copied to clipboard

Script that updates DNS settings are pushed by the OpenVPN server

Results 14 openvpn-update-resolv-conf issues
Sort by recently updated
recently updated
newest added

I'm running dnsmasq on my server and in order to do this I need to disable systemd-resolved for it to work properly and resolve internal and external IPs. So if...

I want to set my ``DOMAIN-SEARCH``, but when I use the following code in ``client.ovpn``, the script can't read it ``` setenv PATH /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin script-security 2 foreign_option_3='dhcp-option DOMAIN be.bnc.ch' foreign_option_4='dhcp-option...

> resolvconf: Error: Command not recognized > Usage: resolvconf (-d IFACE|-a IFACE|-u|--enable-updates|--disable-updates|--updates-are-enabled) yet in the script I see ``` $RESOLVCONF -x -a "${dev}.inet"``` There is no -x flag above. What's...

enhancement

By setting `DNSDefaultRoute=true`, the VPN link's DNS is preferred over the main connection's DNS entries.

Hi, first of all, this script has been working for me very well in the past. Thanks for your effort :) Yesterday, I upgraded to Fedora 29 and my `/etc/resolv.conf`...

Hi, i have finally successully used your problem. However i encountered one problem: you have lately added the exclusive flag, which does not work for me, since i am on...

- When openvpn calls a script with 'down' directive, the process itself has already been running as non-root user, so that the script called by 'down' directive will be executed...

The REAMDE.md currently says that this project is licensed under GNU GPL. Is this GPLv2 or GPLv3? I've created a fork of this project that updates bind instead of resolvconf,...

I have an Ubuntu 14.04 and interface-order file with the following contents ``` # interface-order(5) lo.inet* lo.dnsmasq lo.pdnsd lo.!(pdns|pdns-recursor) lo tap* hso* em+([0-9])?(_+([0-9]))* p+([0-9])p+([0-9])?(_+([0-9]))* eth* ath* wlan* ppp* tun* tun+([0-9])?*...