diff options
author | Jim P <jim@pingle.org> | 2012-01-24 05:06:40 -0800 |
---|---|---|
committer | Jim P <jim@pingle.org> | 2012-01-24 05:06:40 -0800 |
commit | 77843d5bf49396612310007b236a74b252f3fbba (patch) | |
tree | a1e7ff129fb513873a2d7380026084477d01617d /config/tinydns/tinydns.xml | |
parent | c2d8c847b872cc0573e9593f81b7c6d4f1f4c75b (diff) | |
parent | dc555615f68325945ff12c35cf5d9ea0dccdf4ee (diff) | |
download | pfsense-packages-77843d5bf49396612310007b236a74b252f3fbba.tar.gz pfsense-packages-77843d5bf49396612310007b236a74b252f3fbba.tar.bz2 pfsense-packages-77843d5bf49396612310007b236a74b252f3fbba.zip |
Merge pull request #205 from lfitt/master
updates to dns-server package. (fixes dnscache)
Diffstat (limited to 'config/tinydns/tinydns.xml')
-rw-r--r-- | config/tinydns/tinydns.xml | 6 |
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> |