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 | |
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
-rw-r--r-- | config/tinydns/tinydns.xml | 2 | ||||
-rw-r--r-- | config/tinydns/tinydns_domains.xml | 2 |
2 files changed, 2 insertions, 2 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> diff --git a/config/tinydns/tinydns_domains.xml b/config/tinydns/tinydns_domains.xml index 6d068d4c..a4b50935 100644 --- a/config/tinydns/tinydns_domains.xml +++ b/config/tinydns/tinydns_domains.xml @@ -184,7 +184,7 @@ <field> <fielddescr>Record Data (FQDN, IP Address, or "raw" TinyDNS record)</fielddescr> <fieldname>ipaddress</fieldname> - <description>Enter the record data here. Use IP Address for A and PTR records. Use FQDN or Hostname for SOA and CNAME Records. MX records can be an IP, FQDN, or both separated by a colon, e.g. 1.2.3.4, mail.example.com, or 1.2.3.4:mail.example.com. NS Records use colon-separated IP and FQDN, e.g. 1.2.3.4:example.com</description> + <description>Enter the record data here. Use IP Address for A and PTR records. Use FQDN or Hostname for SOA and CNAME Records. MX records can be an IP, FQDN, or both separated by a colon, e.g. 1.2.3.4, mail.example.com, or 1.2.3.4:mail.example.com. NS Records use colon-separated IP and FQDN, e.g. 1.2.3.4:example.com. IPV6 AAAA records should be formatted in 128 bit format.</description> <type>input</type> <size>80</size> <required/> |