fix: remove bind-interfaces from dnsmasq config (breaks veth/LXC interfaces)

This commit is contained in:
Claus Lohmar 2026-07-29 07:38:58 +00:00
parent 6554078246
commit 075c914a36

View file

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