]> git.pld-linux.org Git - packages/dnsmasq.git/blobdiff - dnsmasq.config
Up to 2.63
[packages/dnsmasq.git] / dnsmasq.config
index 2ac0e49818db85a7ef1717357d7e391d7ec36c2a..e6d59bce9ccbfe621e1c2c94edfe3e97eff38b5e 100644 (file)
@@ -3,6 +3,9 @@
 # you can specify options for dnsmasq here
 OPTIONS=""
 
+# listen on interface
+INTERFACE=""
+
 # change this line if you want dnsmasq to serve an MX record for 
 # the host it is running on. 
 MAILHOSTNAME=""
@@ -13,6 +16,6 @@ RESOLV_CONF=""
 
 # change this if you want dnsmasq to cache any "hostname" or "client-hostname" from
 # a dhcpd's lease file
-DHCP_LEASE="/var/lib/dhcp/dhcpd.leases"
+DHCP_LEASE="/var/lib/misc/dhcpd.leases"
 
 DOMAIN_SUFFIX=`dnsdomainname`
This page took 0.133847 seconds and 4 git commands to generate.