diff options
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> + |