diff options
author | Goffredo Andreone <gandreone@pfsense.org> | 2007-02-21 20:03:29 +0000 |
---|---|---|
committer | Goffredo Andreone <gandreone@pfsense.org> | 2007-02-21 20:03:29 +0000 |
commit | 4ee2ddc130c9077902cc468b979e8b6280ab6153 (patch) | |
tree | 63bb2f922b95fe83173d3304016d185bace23ffd /packages | |
parent | 16929fc65c73213189bf8e6db667a7c52e4d657d (diff) | |
download | pfsense-packages-4ee2ddc130c9077902cc468b979e8b6280ab6153.tar.gz pfsense-packages-4ee2ddc130c9077902cc468b979e8b6280ab6153.tar.bz2 pfsense-packages-4ee2ddc130c9077902cc468b979e8b6280ab6153.zip |
Updated documentation of page to reflect actual operations
Diffstat (limited to 'packages')
-rw-r--r-- | packages/tinydns/tinydns.xml | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/packages/tinydns/tinydns.xml b/packages/tinydns/tinydns.xml index dffa2309..8fd4ebd9 100644 --- a/packages/tinydns/tinydns.xml +++ b/packages/tinydns/tinydns.xml @@ -126,27 +126,27 @@ <type>checkbox</type> </field> <field> - <fielddescr>Bind TinyDNS to LAN</fielddescr> + <fielddescr>Bind DNScache to LAN</fielddescr> <fieldname>bind2lan</fieldname> - <description>Set this option to bind TinyDNS to the LAN IP and sets up the LAN with SOA, NS, A, and PTR Records.</description> + <description>Bind DNScache to the LAN IP and set up TinyDNS server with the LAN's SOA, NS, A, and PTR Records.</description> <type>checkbox</type> </field> <field> - <fielddescr>Register DHCP static mappings with TinyDNS</fielddescr> + <fielddescr>Register DHCP static mappings with server</fielddescr> <fieldname>regdhcpstatic</fieldname> - <description>Register DHCP static IPs with TinyDNS using the Fully Qualified Domain Name specified in System: General.</description> + <description>Register static DHCP leases with TinyDNS server using the Fully Qualified Domain Name specified in System: General.</description> <type>checkbox</type> </field> <field> - <fielddescr>Register DHCP leases with TinyDNS</fielddescr> + <fielddescr>Register DHCP leases with server</fielddescr> <fieldname>regdhcp</fieldname> - <description>Register a valid DHCP hostname with TinyDNS using the Fully Qualified Domain Name specified in System: General.</description> + <description>Register active DHCP leases with TinyDNS server using the Fully Qualified Domain Name specified in System: General.</description> <type>checkbox</type> </field> <field> <fieldname>ipaddress</fieldname> <fielddescr>IP Address</fielddescr> - <description>TinyDNS is bound to this IP address if Bind TinyDNS to LAN is not set.</description> + <description>Bind TinyDNS to this IP address. Create a Virtual Carp IP on the LAN segment if Bind DNScache to LAN is set.</description> <type>input</type> </field> <field> |