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

update-resolv-conf doesn't respect the /etc/resolvconf/interface-order on Ubuntu 14.04

Open akafazov opened this issue 8 years ago • 2 comments

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.

akafazov avatar Jun 28 '16 05:06 akafazov

https://github.com/masterkorp/openvpn-update-resolv-conf/pull/9

kiliemanjaro avatar Oct 01 '16 02:10 kiliemanjaro

https://avatars3.githubusercontent.com/u/211480?v=3&s=64

kiliemanjaro avatar Oct 01 '16 02:10 kiliemanjaro