diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2007-02-06 23:22:30 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2007-02-06 23:22:30 +0000 |
commit | 361a49efe6100bc705cfd0d53d09f45ca54842ec (patch) | |
tree | bb8bd463075bce19fcb9d30ac9bedf6861e5af7c /packages/tinydns/tinydns_domains.xml | |
parent | 995059950fe3b708b895d4063e24315451a5d8e8 (diff) | |
download | pfsense-packages-361a49efe6100bc705cfd0d53d09f45ca54842ec.tar.gz pfsense-packages-361a49efe6100bc705cfd0d53d09f45ca54842ec.tar.bz2 pfsense-packages-361a49efe6100bc705cfd0d53d09f45ca54842ec.zip |
Add rDNS and show the IP address in the column list
Submitted-by: GAndreone@imapro.com
Diffstat (limited to 'packages/tinydns/tinydns_domains.xml')
-rw-r--r-- | packages/tinydns/tinydns_domains.xml | 17 |
1 files changed, 16 insertions, 1 deletions
diff --git a/packages/tinydns/tinydns_domains.xml b/packages/tinydns/tinydns_domains.xml index acb39e8b..48466b8d 100644 --- a/packages/tinydns/tinydns_domains.xml +++ b/packages/tinydns/tinydns_domains.xml @@ -32,11 +32,19 @@ <fielddescr>Record type</fielddescr> <fieldname>recordtype</fieldname> </columnitem> + <columnitem> + <fielddescr>rDNS</fielddescr> + <fieldname>rdns</fieldname> + </columnitem> + <columnitem> + <fielddescr>IP Address</fielddescr> + <fieldname>ipaddress</fieldname> + </columnitem> </adddeleteeditpagefields> <fields> <field> <fieldname>hostname</fieldname> - <fielddescr>Domain name. Example: www.exampledomain.com</fielddescr> + <fielddescr>FQDN or Hostname www.exampledomain.com</fielddescr> <description>Enter the domain name that you would like to serve dns records for.</description> <required/> <type>input</type> @@ -59,6 +67,12 @@ </options> </field> <field> + <fielddescr>Automatic PTR entry</fielddescr> + <fieldname>rdns</fieldname> + <description>Create a reverse DNS (PTR) entry for this A record?</description> + <type>checkbox</type> + </field> + <field> <fieldname>ipaddress</fieldname> <fielddescr>IP Address or hostname that record points to</fielddescr> <description>Enter the IP Address that this record will point to (primary). The only exception is for NS type records where we expect a complete hostname to point to a A record.</description> @@ -129,3 +143,4 @@ tinydns_setup_ping_items(); </custom_php_resync_config_command> </packagegui> + |