aboutsummaryrefslogtreecommitdiffstats
path: root/config/bind
diff options
context:
space:
mode:
authorMarcello Coutinho <marcellocoutinho@gmail.com>2013-10-18 19:41:06 -0300
committerMarcello Coutinho <marcellocoutinho@gmail.com>2013-10-18 19:41:06 -0300
commit709adbc60ecfe2ba992acfe680eaefe9ea7b7f8b (patch)
treeb13029d06062b4fbf56022a80511898676c992f9 /config/bind
parent9d38ca45c1aae2c7a492645c629e9725eea225ba (diff)
downloadpfsense-packages-709adbc60ecfe2ba992acfe680eaefe9ea7b7f8b.tar.gz
pfsense-packages-709adbc60ecfe2ba992acfe680eaefe9ea7b7f8b.tar.bz2
pfsense-packages-709adbc60ecfe2ba992acfe680eaefe9ea7b7f8b.zip
bind - bump version and change acl field description
Diffstat (limited to 'config/bind')
-rw-r--r--config/bind/bind_zones.xml9
1 files changed, 6 insertions, 3 deletions
diff --git a/config/bind/bind_zones.xml b/config/bind/bind_zones.xml
index 08acc7ae..09a5129f 100644
--- a/config/bind/bind_zones.xml
+++ b/config/bind/bind_zones.xml
@@ -273,7 +273,8 @@
<field>
<fielddescr>Allow-update</fielddescr>
<fieldname>allowupdate</fieldname>
- <description><![CDATA[Allow-update defines a match list eg IP address(es) that are allowed to submit dynamic updates for 'master' zones ie it enables Dynamic DNS (DDNS).]]></description>
+ <description><![CDATA[Select(CTRL+click) who are allowed to send updates to this zone.<br>
+ Allow-update defines a match list eg IP address(es) that are allowed to submit dynamic updates for 'master' zones ie it enables Dynamic DNS (DDNS).]]></description>
<type>select_source</type>
<source><![CDATA[$config['installedpackages']['bindacls']['config']]]></source>
<source_name>name</source_name>
@@ -284,7 +285,8 @@
<field>
<fielddescr>Allow-query</fielddescr>
<fieldname>allowquery</fieldname>
- <description>Allow-query defines an match list of IP address(es) which are allowed to issue queries to the server.</description>
+ <description><![CDATA[Select(CTRL+click) who are allowed to query this zone.<br>
+ Allow-query defines an match list of IP address(es) which are allowed to issue queries to the server.]]></description>
<type>select_source</type>
<source><![CDATA[$config['installedpackages']['bindacls']['config']]]></source>
<source_name>name</source_name>
@@ -295,7 +297,8 @@
<field>
<fielddescr>Allow-transfer</fielddescr>
<fieldname>allowtransfer</fieldname>
- <description>Allow-transfer defines a match list eg IP address(es) that are allowed to transfer (copy) the zone information from the server (master or slave for the zone). While on its face this may seem an excessively friendly default, DNS data is essentially public (that's why its there) and the bad guys can get all of it anyway. However if the thought of anyone being able to transfer your precious zone file is repugnant, or (and this is far more significant) you are concerned about possible DoS attack initiated by XFER requests, then use the following policy.</description>
+ <description><![CDATA[Select(CTRL+click) who are allowed to copy this zone.<br>
+ Allow-transfer defines a match list eg IP address(es) that are allowed to transfer (copy) the zone information from the server (master or slave for the zone). While on its face this may seem an excessively friendly default, DNS data is essentially public (that's why its there) and the bad guys can get all of it anyway. However if the thought of anyone being able to transfer your precious zone file is repugnant, or (and this is far more significant) you are concerned about possible DoS attack initiated by XFER requests, then use the following policy.]]></description>
<type>select_source</type>
<source><![CDATA[$config['installedpackages']['bindacls']['config']]]></source>
<source_name>name</source_name>