diff options
Diffstat (limited to 'package/dnsmasq/files/dhcp.conf')
-rw-r--r-- | package/dnsmasq/files/dhcp.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/dnsmasq/files/dhcp.conf b/package/dnsmasq/files/dhcp.conf index 72d51661a..837be313e 100644 --- a/package/dnsmasq/files/dhcp.conf +++ b/package/dnsmasq/files/dhcp.conf @@ -11,6 +11,7 @@ config dnsmasq option readethers 1 option leasefile '/tmp/dhcp.leases' option resolvfile '/tmp/resolv.conf.auto' + #list server '/mycompany.local/1.2.3.4' config dhcp lan option interface lan |