diff options
author | Marcello Coutinho <marcellocoutinho@gmail.com> | 2013-10-09 20:12:54 -0300 |
---|---|---|
committer | Marcello Coutinho <marcellocoutinho@gmail.com> | 2013-10-09 20:12:54 -0300 |
commit | cefd8a09c4b867cf4a235d7f892c7a8584689dea (patch) | |
tree | 9e2fb81a37db5aabe16ff355b72361f7e6ba960b /config/bind/bind.xml | |
parent | 77cafbd3579c8207d652a56994789e4b060b87e8 (diff) | |
download | pfsense-packages-cefd8a09c4b867cf4a235d7f892c7a8584689dea.tar.gz pfsense-packages-cefd8a09c4b867cf4a235d7f892c7a8584689dea.tar.bz2 pfsense-packages-cefd8a09c4b867cf4a235d7f892c7a8584689dea.zip |
bind - run named with chroot
Diffstat (limited to 'config/bind/bind.xml')
-rw-r--r-- | config/bind/bind.xml | 17 |
1 files changed, 9 insertions, 8 deletions
diff --git a/config/bind/bind.xml b/config/bind/bind.xml index d50514e0..a3b9e572 100644 --- a/config/bind/bind.xml +++ b/config/bind/bind.xml @@ -127,7 +127,8 @@ <field> <fielddescr>Enable Bind</fielddescr> <fieldname>enable_bind</fieldname> - <description>Enable DNS Bind on Server.</description> + <description><![CDATA[Enable DNS Bind on Server<br> + Disable Dns forwarder service on selected interfaces before enabling bind.]]></description> <type>checkbox</type> <required/> </field> @@ -150,12 +151,12 @@ <type>checkbox</type> </field> <field> - <fielddescr>Limitar Memory RAM</fielddescr> - <fieldname>bind_ram_limit</fieldname> - <description>Limits the use of RAM for the DNS when much use does not exhaust the resources of the machine, recommend 256M</description> - <type>input</type> - <size>80</size> - <default_value>256M</default_value> + <fielddescr>Limitar Memory RAM</fielddescr> + <fieldname>bind_ram_limit</fieldname> + <description>Limits the use of RAM for the DNS when much use does not exhaust the resources of the machine, recommend 256M</description> + <type>input</type> + <size>10</size> + <default_value>256M</default_value> </field> <field> <type>listtopic</type> @@ -165,7 +166,7 @@ <field> <fielddescr>Listen-on</fielddescr> <fieldname>listenon</fieldname> - <description>Enable Named to listen on</description> + <description><![CDATA[Enable Named to listen on.]]></description> <type>interfaces_selection</type> <showlistenall/> <showvirtualips/> |