aboutsummaryrefslogtreecommitdiffstats
path: root/packages/tinydns/tinydns_domains.xml
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2006-12-07 19:47:48 +0000
committerScott Ullrich <sullrich@pfsense.org>2006-12-07 19:47:48 +0000
commitaf41513e030691253b038ef1b3a7ff094435fcf9 (patch)
tree582a16c4c63f28505c6cba80548e6f67406da4b5 /packages/tinydns/tinydns_domains.xml
parentc8c64be07161a9b95c9b3d7cb101f98894565310 (diff)
downloadpfsense-packages-af41513e030691253b038ef1b3a7ff094435fcf9.tar.gz
pfsense-packages-af41513e030691253b038ef1b3a7ff094435fcf9.tar.bz2
pfsense-packages-af41513e030691253b038ef1b3a7ff094435fcf9.zip
Clarify name server records should be a hostname pointing to a A record
Diffstat (limited to 'packages/tinydns/tinydns_domains.xml')
-rw-r--r--packages/tinydns/tinydns_domains.xml12
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>