From 46892884a17f7ce00afe15dce1b3b276123ecbbd Mon Sep 17 00:00:00 2001 From: Chris Frankland-Wright Date: Sun, 31 Aug 2025 10:48:46 +0100 Subject: [PATCH] ignore all eth for dnsq --- setup.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/setup.sh b/setup.sh index 87f51c8..49fb3f0 100644 --- a/setup.sh +++ b/setup.sh @@ -306,6 +306,9 @@ sudo sed -i '/^interface wlan0/,/^\s*$/d' /etc/dhcpcd.conf # Now, add our static IP config to the end of the file. sudo tee -a /etc/dhcpcd.conf > /dev/null <