From c0379721edc8f2ff4cf04c5a07e77364d8a275e4 Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Thu, 14 Feb 2008 05:08:00 +0000 Subject: * Reload target sync hosts zone records after a sync * Add 2 more optional sync hosts so that we can sync to 2 extra hosts making it easier to manage 3 hosts that run tinydns. --- packages/tinydns/tinydns_sync.xml | 30 +++++++++++++++++++++++++++++- 1 file changed, 29 insertions(+), 1 deletion(-) (limited to 'packages/tinydns/tinydns_sync.xml') diff --git a/packages/tinydns/tinydns_sync.xml b/packages/tinydns/tinydns_sync.xml index 2156aaba..82c04897 100644 --- a/packages/tinydns/tinydns_sync.xml +++ b/packages/tinydns/tinydns_sync.xml @@ -90,8 +90,36 @@ Admin password on remote firewall to faciliate sync password + + IP Address 2 + ipaddress2 + OPTIONAL. The IP address that TinyDNS will Sync its data to. + input + + + Password + password2 + Admin password on remote firewall to faciliate sync + password + + + IP Address 3 + ipaddress + OPTIONAL. The IP address that TinyDNS will Sync its data to. + input + + + Password 3 + password3 + Admin password on remote firewall to faciliate sync + password + tinydns_do_xmlrpc_sync($_POST['ipaddress'], $_POST['password']); + if($_POST['ipaddress2]) + tinydns_do_xmlrpc_sync($_POST['ipaddress2'], $_POST['password2']); + if($_POST['ipaddress3]) + tinydns_do_xmlrpc_sync($_POST['ipaddress3'], $_POST['password3']); - + \ No newline at end of file -- cgit v1.2.3