fix: remove bind-interfaces from dnsmasq config (breaks veth/LXC interfaces)
This commit is contained in:
parent
6554078246
commit
075c914a36
1 changed files with 0 additions and 1 deletions
|
|
@ -219,7 +219,6 @@ setup_dnsmasq() {
|
||||||
|
|
||||||
# Bind to the DHCP interface
|
# Bind to the DHCP interface
|
||||||
interface=$IFACE
|
interface=$IFACE
|
||||||
bind-interfaces
|
|
||||||
|
|
||||||
# DHCP range
|
# DHCP range
|
||||||
dhcp-range=$RANGE_START,$RANGE_END,$NETMASK,$LEASE_TIME
|
dhcp-range=$RANGE_START,$RANGE_END,$NETMASK,$LEASE_TIME
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue