Forgot to remove this file
This commit is contained in:
parent
de17a48de3
commit
ea37f3d67b
|
@ -1,10 +0,0 @@
|
|||
--- src/wg-quick/linux.bash
|
||||
+++ src/wg-quick/linux.bash
|
||||
@@ -153,6 +153,7 @@
|
||||
HAVE_SET_DNS=0
|
||||
set_dns() {
|
||||
[[ ${#DNS[@]} -gt 0 ]] || return 0
|
||||
+ sleep 0.1
|
||||
{ printf 'nameserver %s\n' "${DNS[@]}"
|
||||
[[ ${#DNS_SEARCH[@]} -eq 0 ]] || printf 'search %s\n' "${DNS_SEARCH[*]}"
|
||||
} | cmd resolvconf -a "$(resolvconf_iface_prefix)$INTERFACE" -m 0 -x
|
Loading…
Reference in a new issue