Forgot to remove this file

This commit is contained in:
Geoffrey Frogeye 2025-02-14 04:24:22 +01:00
parent de17a48de3
commit ea37f3d67b
Signed by: geoffrey
GPG key ID: C72403E7F82E6AD8

View file

@ -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