openvpn-update-resolv-conf
openvpn-update-resolv-conf copied to clipboard
update-resolv-conf doesn't respect the /etc/resolvconf/interface-order on Ubuntu 14.04
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])?*
*
When connecting via openvpn, my tun0 interface dns server always has the highest priority, which leads to it being asks first to resolv hostnames. It seems like the order is not being applied.
https://github.com/masterkorp/openvpn-update-resolv-conf/pull/9
https://avatars3.githubusercontent.com/u/211480?v=3&s=64