]> git.pld-linux.org Git - packages/dnsmasq.git/commitdiff
- sysconfig files for dnsmasq
authorfilon <filon@sokrates.mimuw.edu.pl>
Tue, 11 Jun 2002 22:40:13 +0000 (22:40 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    dnsmasq.config -> 1.1

dnsmasq.config [new file with mode: 0644]

diff --git a/dnsmasq.config b/dnsmasq.config
new file mode 100644 (file)
index 0000000..f6d1d6c
--- /dev/null
@@ -0,0 +1,15 @@
+# configuration for dnsmasq
+
+# change this line if you want dnsmasq to serve an MX record for 
+# the host it is running on. 
+MAILHOSTNAME=""
+
+# change this line if you want dns to get its upstream servers from
+# somewhere other that /etc/resolv.conf 
+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"
+
+DOMAIN_SUFFIX=`dnsdomainname`
This page took 0.262409 seconds and 4 git commands to generate.