diff options
Diffstat (limited to 'packages/tinydns/tinydns_domains.xml')
-rw-r--r-- | packages/tinydns/tinydns_domains.xml | 16 |
1 files changed, 11 insertions, 5 deletions
diff --git a/packages/tinydns/tinydns_domains.xml b/packages/tinydns/tinydns_domains.xml index 548bad4c..5661c5fb 100644 --- a/packages/tinydns/tinydns_domains.xml +++ b/packages/tinydns/tinydns_domains.xml @@ -17,7 +17,7 @@ <fielddescr>Hostname</fielddescr> <fieldname>hostname</fieldname> </columnitem> - </adddeleteeditpagefields> + </adddeleteeditpagefields> <fields> <field> <fieldname>hostname</fieldname> @@ -48,9 +48,14 @@ <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> <required/> <type>input</type> - </field> + </field> <field> - <fieldname>Threshhold</fieldname> + <fieldname>ttl</fieldname> + <fielddescr>DNS record time to live</fielddescr> + <type>input</type> + </field> + <field> + <fieldname>threshhold</fieldname> <fielddescr>Time in minutes before DNS switches to backup host</fielddescr> <type>input</type> </field> @@ -62,11 +67,12 @@ <fieldname>failoverip</fieldname> <description>Failover IP when host is not responding to ICMP/PING traffic</description> <type>input</type> + <size>25</size> </rowhelperfield> </rowhelper> - </field> + </field> </fields> <custom_php_resync_config_command> tinydns_create_zone_file(); - </custom_php_resync_config_command> + </custom_php_resync_config_command> </packagegui> |