aboutsummaryrefslogtreecommitdiffstats
path: root/config/bind/bind_zones.xml
diff options
context:
space:
mode:
authorMarcello Coutinho <marcellocoutinho@gmail.com>2013-10-16 22:40:12 -0300
committerMarcello Coutinho <marcellocoutinho@gmail.com>2013-10-16 22:40:12 -0300
commitcaf135854ec7df07301512e972e3bc637e3abe9e (patch)
treed90828f1fd19a052142b237e29158261b5b40091 /config/bind/bind_zones.xml
parent8955978f70e3e865ca5a693d1962adcf4fa3d73f (diff)
downloadpfsense-packages-caf135854ec7df07301512e972e3bc637e3abe9e.tar.gz
pfsense-packages-caf135854ec7df07301512e972e3bc637e3abe9e.tar.bz2
pfsense-packages-caf135854ec7df07301512e972e3bc637e3abe9e.zip
bind - show result file on zone tab and fix slave zone check
Diffstat (limited to 'config/bind/bind_zones.xml')
-rw-r--r--config/bind/bind_zones.xml20
1 files changed, 18 insertions, 2 deletions
diff --git a/config/bind/bind_zones.xml b/config/bind/bind_zones.xml
index 93dffde0..11cfb0e2 100644
--- a/config/bind/bind_zones.xml
+++ b/config/bind/bind_zones.xml
@@ -108,7 +108,9 @@
<field>
<fielddescr>Zone Name</fielddescr>
<fieldname>name</fieldname>
- <description>Enter the name for zone (ex:mydomain.com)</description>
+ <description><![CDATA[Enter the name for zone (ex:mydomain.com)<br>
+ For reverse zones, include zone ip in reverse order or following your provider instructions.(Ex: 1.168.192)<br>
+ IN-ADDR.ARPA will be automaticaly included on conf files when reveser zone option is checked.]]></description>
<type>input</type>
<required/>
</field>
@@ -169,7 +171,7 @@
<fieldname>temp04</fieldname>
</field>
<field>
- <fielddescr>IP Master Zone</fielddescr>
+ <fielddescr>Master Zone IP</fielddescr>
<fieldname>slaveip</fieldname>
<description>If zone is slave, enter the IP address of the master DNS zone.</description>
<type>input</type>
@@ -326,6 +328,20 @@
</rowhelperfield>
</rowhelper>
</field>
+ <field>
+ <type>listtopic</type>
+ <name>Zone config file</name>
+ <fieldname>temp03</fieldname>
+ </field>
+ <field>
+ <fielddescr>Resulting config file</fielddescr>
+ <fieldname>resultconfig</fieldname>
+ <description>Resulting bind config file for this zone.</description>
+ <type>textarea</type>
+ <cols>75</cols>
+ <rows>15</rows>
+ <encoding>base64</encoding>
+ </field>
</fields>
<custom_php_after_form_command>
bind_print_javascript_type_zone2();