From 075c914a361c7e405a215a741690d563128ae1ff Mon Sep 17 00:00:00 2001 From: cclohmar Date: Wed, 29 Jul 2026 07:38:58 +0000 Subject: [PATCH] fix: remove bind-interfaces from dnsmasq config (breaks veth/LXC interfaces) --- install.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/install.sh b/install.sh index a39dd5c..158a2c6 100755 --- a/install.sh +++ b/install.sh @@ -219,7 +219,6 @@ setup_dnsmasq() { # Bind to the DHCP interface interface=$IFACE -bind-interfaces # DHCP range dhcp-range=$RANGE_START,$RANGE_END,$NETMASK,$LEASE_TIME