From f46cd8eec3d25f6074726b46b1818d24d0343249 Mon Sep 17 00:00:00 2001 From: Kroese Date: Sat, 10 Feb 2024 13:45:52 +0100 Subject: [PATCH] Update entry.sh --- entry.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entry.sh b/entry.sh index 5c73ddd..81c50e6 100644 --- a/entry.sh +++ b/entry.sh @@ -11,4 +11,4 @@ if [ ! -f "$conf" ]; then [ -n "$DNS2" ] && sed -i -e "s/1.1.1.1/$DNS2/g" "$conf" fi -exec dnsmasq "--conf-file=$conf" --no-daemon +exec dnsmasq "--conf-file=$conf" --no-daemon --no-resolv