Prepare_Workshop/files/etc/dnsmasq.d/br-lxc
2020-11-28 16:14:27 +01:00

18 lines
244 B
Plaintext

#strict-order
local=/br-lxc/
domain=br-lxc
expand-hosts
#except-interface=lo
#bind-interfaces
interface=br-lxc
dhcp-range=br-lxc,192.168.1.100,192.168.1.199,2m
dhcp-no-override
dhcp-authoritative
dhcp-option=option:dns-server,192.168.1.1