diff options
author | Goffredo Andreone <gandreone@pfsense.org> | 2007-02-22 16:02:47 +0000 |
---|---|---|
committer | Goffredo Andreone <gandreone@pfsense.org> | 2007-02-22 16:02:47 +0000 |
commit | 25423ed5b20bffeeca0b775be18c4b3cc459ec28 (patch) | |
tree | 7df2403bdd55515e98d5f4bdc934642ba83f848d /packages/tinydns/tinydns.xml | |
parent | 2e73aec458a07a26c464687eb765f93eff87c092 (diff) | |
download | pfsense-packages-25423ed5b20bffeeca0b775be18c4b3cc459ec28.tar.gz pfsense-packages-25423ed5b20bffeeca0b775be18c4b3cc459ec28.tar.bz2 pfsense-packages-25423ed5b20bffeeca0b775be18c4b3cc459ec28.zip |
Forwarding of DNS requests to tinyDNS server not functional in this version. Need to update to test download from web. Added files to forward DNS requests to tinyDNS server if SOA record is on tinyDNS otherwise forward to external Forwarding servers.
Diffstat (limited to 'packages/tinydns/tinydns.xml')
-rw-r--r-- | packages/tinydns/tinydns.xml | 14 |
1 files changed, 4 insertions, 10 deletions
diff --git a/packages/tinydns/tinydns.xml b/packages/tinydns/tinydns.xml index 8fd4ebd9..91bd43da 100644 --- a/packages/tinydns/tinydns.xml +++ b/packages/tinydns/tinydns.xml @@ -3,9 +3,9 @@ <name>tinydns</name> <version>1.0</version> <configpath>installedpackages->package->tinydns</configpath> - <title>TinyDNS: Settings</title> + <title>TinyDNS/DNScache: Settings</title> <menu> - <name>DNS Server</name> + <name>DNS Cache & Server</name> <tooltiptext></tooltiptext> <section>Services</section> <url>/tinydns_status.php</url> @@ -122,13 +122,7 @@ <field> <fielddescr>Enable DNS Forwarders</fielddescr> <fieldname>enableforwarding</fieldname> - <description>Enable forwarding of unanswered DNS requests to the external DNS servers.</description> - <type>checkbox</type> - </field> - <field> - <fielddescr>Bind DNScache to LAN</fielddescr> - <fieldname>bind2lan</fieldname> - <description>Bind DNScache to the LAN IP and set up TinyDNS server with the LAN's SOA, NS, A, and PTR Records.</description> + <description>Enable DNScache forwarder on LAN IP and register LAN's SOA, NS, A, and PTR Records with TinyDNS Server.</description> <type>checkbox</type> </field> <field> @@ -146,7 +140,7 @@ <field> <fieldname>ipaddress</fieldname> <fielddescr>IP Address</fielddescr> - <description>Bind TinyDNS to this IP address. Create a Virtual Carp IP on the LAN segment if Bind DNScache to LAN is set.</description> + <description>Bind TinyDNS to this IP address. Create a Virtual Carp IP on the LAN segment if Enable DNS Forwarders is set.</description> <type>input</type> </field> <field> |