diff options
Diffstat (limited to 'packages/tinydns/tinydns_domains.xml')
-rw-r--r-- | packages/tinydns/tinydns_domains.xml | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/packages/tinydns/tinydns_domains.xml b/packages/tinydns/tinydns_domains.xml index a16c2369..548bad4c 100644 --- a/packages/tinydns/tinydns_domains.xml +++ b/packages/tinydns/tinydns_domains.xml @@ -43,7 +43,14 @@ </options> </field> <field> - <fieldname>Failover Threshhold</fieldname> + <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> + <required/> + <type>input</type> + </field> + <field> + <fieldname>Threshhold</fieldname> <fielddescr>Time in minutes before DNS switches to backup host</fielddescr> <type>input</type> </field> @@ -59,4 +66,7 @@ </rowhelper> </field> </fields> + <custom_php_resync_config_command> + tinydns_create_zone_file(); + </custom_php_resync_config_command> </packagegui> |