diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2011-02-06 23:02:36 -0500 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2011-02-06 23:02:36 -0500 |
commit | 10aad1d4e4a836e10f5d67145263b69da3818ca3 (patch) | |
tree | 5b14e9edc4ba3528f973bbf6bc83b20f3c97ac72 /config/tinydns/tinydns.xml | |
parent | 66bb960cc19bd1bfa32f07843b878b38abc61472 (diff) | |
download | pfsense-packages-10aad1d4e4a836e10f5d67145263b69da3818ca3.tar.gz pfsense-packages-10aad1d4e4a836e10f5d67145263b69da3818ca3.tar.bz2 pfsense-packages-10aad1d4e4a836e10f5d67145263b69da3818ca3.zip |
Note 128 bit format for ipv6 records
Diffstat (limited to 'config/tinydns/tinydns.xml')
-rw-r--r-- | config/tinydns/tinydns.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/tinydns/tinydns.xml b/config/tinydns/tinydns.xml index 9db401f8..df7c294a 100644 --- a/config/tinydns/tinydns.xml +++ b/config/tinydns/tinydns.xml @@ -161,7 +161,7 @@ <field> <fielddescr>IP Address</fielddescr> <fieldname>ipaddress</fieldname> - <description>Bind TinyDNS to this IP address. This is the IP that will service DNS requests for this server. This IP cannot be used as a DNS server on client machines. Bind to 127.0.0.1 and use Port Forward entries to redirect DNS traffic internal or external to this resolver from multiple IPs. You may also specify a pfSense alias which contains the IP addresses that we should bind to.</description> + <description>Bind TinyDNS to this IP address. This is the IP that will service DNS requests for this server. This IP cannot be used as a DNS server on client machines. Bind to 127.0.0.1 and use Port Forward entries to redirect DNS traffic internal or external to this resolver from multiple IPs.</description> <type>input</type> </field> <field> |