summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornl6720 <nl6720@gmail.com>2020-01-13 17:33:08 +0000
committerRoy Marples <roy@marples.name>2020-01-13 17:33:08 +0000
commit084935b6b873663c842d21d84d44f8d8d55ee188 (patch)
tree8658624aba095639d54cf2009aac905a28148fa5
parent7703cc394a5505815c0cdf7c7f7deb970d55d030 (diff)
downloadopenresolv-084935b6b873663c842d21d84d44f8d8d55ee188.tar.xz
Add WireGuard interfaces to dynamic_order
-rw-r--r--resolvconf.conf.5.in2
-rw-r--r--resolvconf.in2
2 files changed, 2 insertions, 2 deletions
diff --git a/resolvconf.conf.5.in b/resolvconf.conf.5.in
index 658c98f..a24acd2 100644
--- a/resolvconf.conf.5.in
+++ b/resolvconf.conf.5.in
@@ -71,7 +71,7 @@ lo lo[0-9]*
These interfaces will be processed next, unless they have a metric.
If unset, defaults to the following:-
.Bd -compact -literal -offset indent
-tap[0-9]* tun[0-9]* vpn vpn[0-9]* ppp[0-9]* ippp[0-9]*
+tap[0-9]* tun[0-9]* vpn vpn[0-9]* wg[0-9]* ppp[0-9]* ippp[0-9]*
.Ed
.It Sy inclusive_interfaces
Ignore any exclusive marking for these interfaces.
diff --git a/resolvconf.in b/resolvconf.in
index e7d3821..664a4c1 100644
--- a/resolvconf.in
+++ b/resolvconf.in
@@ -44,7 +44,7 @@ unset interface_order state_dir
# If you change this, change the test in VFLAG and libc.in as well
local_nameservers="127.* 0.0.0.0 255.255.255.255 ::1"
-dynamic_order="tap[0-9]* tun[0-9]* vpn vpn[0-9]* ppp[0-9]* ippp[0-9]*"
+dynamic_order="tap[0-9]* tun[0-9]* vpn vpn[0-9]* wg[0-9]* ppp[0-9]* ippp[0-9]*"
interface_order="lo lo[0-9]*"
name_server_blacklist="0.0.0.0"