ignore all eth for dnsq

This commit is contained in:
Chris Frankland-Wright 2025-08-31 10:48:46 +01:00
parent 04165f2686
commit 46892884a1

View file

@ -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. # Now, add our static IP config to the end of the file.
sudo tee -a /etc/dhcpcd.conf > /dev/null <<EOF sudo tee -a /etc/dhcpcd.conf > /dev/null <<EOF
# Deny dhcpcd from managing the ethernet port to prevent conflicts
denyinterfaces eth*
# Static IP configuration for Hachi Time AP # Static IP configuration for Hachi Time AP
interface wlan0 interface wlan0
static ip_address=10.0.252.1/24 static ip_address=10.0.252.1/24