diff options
Diffstat (limited to 'config/bind/bind_sync.xml')
-rw-r--r-- | config/bind/bind_sync.xml | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/config/bind/bind_sync.xml b/config/bind/bind_sync.xml index d81f7803..c6a80e98 100644 --- a/config/bind/bind_sync.xml +++ b/config/bind/bind_sync.xml @@ -64,7 +64,7 @@ </tab> <tab> <text>Sync</text> - <url>/pkg.php?xml=bind_sync.xml</url> + <url>/pkg_edit.php?xml=bind_sync.xml</url> <active/> </tab> </tabs> @@ -102,6 +102,16 @@ </options> </field> <field> + <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> + <type>input</type> + <size>20</size> + <required/> + </field> + <field> <fielddescr>Remote Server</fielddescr> <fieldname>none</fieldname> <type>rowhelper</type> |