diff options
author | Marcello Coutinho <marcellocoutinho@gmail.com> | 2013-10-23 18:11:00 -0200 |
---|---|---|
committer | Marcello Coutinho <marcellocoutinho@gmail.com> | 2013-10-23 18:11:00 -0200 |
commit | bddbf46510b426f60a32ed26c0698822b991d7f3 (patch) | |
tree | f878d5508b0379ae768b037dd0375d0761742dfe /config/bind/bind_sync.xml | |
parent | 600c422388506b0b42a25ce61eacf18e43e04822 (diff) | |
download | pfsense-packages-bddbf46510b426f60a32ed26c0698822b991d7f3.tar.gz pfsense-packages-bddbf46510b426f60a32ed26c0698822b991d7f3.tar.bz2 pfsense-packages-bddbf46510b426f60a32ed26c0698822b991d7f3.zip |
bind - include redirect zone type, enable/disable zone option and fix sync code
Diffstat (limited to 'config/bind/bind_sync.xml')
-rw-r--r-- | config/bind/bind_sync.xml | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/config/bind/bind_sync.xml b/config/bind/bind_sync.xml index c6a80e98..d2f9c95b 100644 --- a/config/bind/bind_sync.xml +++ b/config/bind/bind_sync.xml @@ -105,8 +105,7 @@ <fielddescr>Zone Master IP</fielddescr> <fieldname>masterip</fieldname> <description><![CDATA[Set master zone ip you want to use to sync backup server zones with master.<br> - <b>All master zones will be configured as backup on slave servers.</b><br> - Do not forget to create firewall rules to allow zone transfer between master and slave servers.]]></description> + <b>All master zones will be configured as backup on slave servers.<b>]]></description> <type>input</type> <size>20</size> <required/> @@ -115,6 +114,10 @@ <fielddescr>Remote Server</fielddescr> <fieldname>none</fieldname> <type>rowhelper</type> + <description><![CDATA[<b>Do not forget to:</b><br> + Create firewall rules to allow zone transfer between master and slave servers.<br> + Create a acls with these slave servers.<br> + Include created acl on allow-transfer option on zone config.]]></description> <rowhelper> <rowhelperfield> <fielddescr>IP Address</fielddescr> |