aboutsummaryrefslogtreecommitdiffstats
path: root/config/tinydns/tinydns.xml
diff options
context:
space:
mode:
authorLucas Fitt (Stampy) <lfitt@internode.on.net>2012-01-24 17:06:03 +1100
committerLucas Fitt (Stampy) <lfitt@internode.on.net>2012-01-24 17:06:03 +1100
commitdc555615f68325945ff12c35cf5d9ea0dccdf4ee (patch)
treea1e7ff129fb513873a2d7380026084477d01617d /config/tinydns/tinydns.xml
parentc2d8c847b872cc0573e9593f81b7c6d4f1f4c75b (diff)
downloadpfsense-packages-dc555615f68325945ff12c35cf5d9ea0dccdf4ee.tar.gz
pfsense-packages-dc555615f68325945ff12c35cf5d9ea0dccdf4ee.tar.bz2
pfsense-packages-dc555615f68325945ff12c35cf5d9ea0dccdf4ee.zip
removes the gratioutous use of killall and kill -9 in place of using the native svc tool for stopping & restarting tinydns/dnscache
includes an ugly hack to get dnscache to start correctly (something is starting it manually by the looks of it, but i cannot figure out what) adds the option to allow dnscache to answer queries from more than just the interface on which it is running.
Diffstat (limited to 'config/tinydns/tinydns.xml')
-rw-r--r--config/tinydns/tinydns.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/config/tinydns/tinydns.xml b/config/tinydns/tinydns.xml
index df7c294a..fba16905 100644
--- a/config/tinydns/tinydns.xml
+++ b/config/tinydns/tinydns.xml
@@ -184,6 +184,12 @@
<required>on</required>
</field>
<field>
+ <fielddescr>Respond to IP</fielddescr>
+ <fieldname>dnscache_listen</fieldname>
+ <description>IP Addresses allowed to query against dnscache. Leave blank to set as the IP address of the interface where dnscache is running. To answer quieries from 192.168.1.0/24 enter 192.168.1, to answer queries from 10.0.0.0/8 enter 10, Separate entries with a space, do not enter a trailing period.</description>
+ <type>input</type>
+ </field>
+ <field>
<fielddescr>Register DHCP static mappings with server</fielddescr>
<fieldname>regdhcpstatic</fieldname>
<description>Register static DHCP leases with TinyDNS server using the Fully Qualified Domain Name specified in System: General.</description>