From 8be89198b1f19b36f1f2c6b409ad5200df0829b8 Mon Sep 17 00:00:00 2001 From: doktornotor Date: Mon, 2 Nov 2015 09:14:33 +0100 Subject: fix XMLRPC sync, cleanup useless junk --- config/tinydns/tinydns.xml | 36 +++++++++--------------------------- 1 file changed, 9 insertions(+), 27 deletions(-) (limited to 'config/tinydns') diff --git a/config/tinydns/tinydns.xml b/config/tinydns/tinydns.xml index 55ee3269..fef6e949 100644 --- a/config/tinydns/tinydns.xml +++ b/config/tinydns/tinydns.xml @@ -44,7 +44,7 @@ ]]> tinydns - 1.0 + 1.0.6.24 DNS Server: Settings /pkg_edit.php?xml=tinydns.xml&id=0 /usr/local/pkg/tinydns.inc @@ -59,13 +59,13 @@ svscan.sh svscan Daemontools service directory watcher - + DNS Server tinydns.sh tinydns TinyDNS DNS Server - + Settings @@ -98,10 +98,6 @@ /usr/local/pkg/ https://packages.pfsense.org/packages/config/tinydns/tinydns.inc - - /usr/local/pkg/pf/ - https://packages.pfsense.org/packages/config/tinydns/tinydns_xmlrpc_sync.php - /usr/local/pkg/ https://packages.pfsense.org/packages/config/tinydns/tinydns_domains.xml @@ -149,8 +145,7 @@ listtopic Binding IP Address - temp - + IP Address ipaddress @@ -160,8 +155,7 @@ listtopic Recursive DNS Resolver - temp - + Enable recursive DNS responder enableforwarding @@ -197,7 +191,6 @@ listtopic IP Monitoring - temp Enable IP monitoring @@ -214,18 +207,10 @@ listtopic Sync TinyDNS settings via XMLRPC - temp - - - XMLRPC Sync - syncxmlrpc - Sync TinyDNS configuration to backup firewalls - checkbox listtopic Zone transfers - temp Hosts allowed to perform DNS Zone Transfers - Note: this requires TCP port 53 firewall permit rule! @@ -245,7 +230,7 @@ Enter the DNS zone that this IP address is allowed to transfer (ex: domain.com) input 20 - + @@ -254,7 +239,7 @@ tinydns_custom_php_install_command(); tinydns_create_zone_file(); tinydns_setup_ping_items(); - tinydns_sync_on_changes(); + tinydns_sync_on_changes(); tinydns_validate(); @@ -264,26 +249,23 @@ tinydns_custom_php_install_command(); tinydns_create_zone_file(); tinydns_setup_ping_items(); - tinydns_sync_on_changes(); + tinydns_sync_on_changes(); tinydns_custom_php_changeip_command(); tinydns_custom_php_install_command(); tinydns_create_zone_file(); tinydns_setup_ping_items(); - tinydns_sync_on_changes(); + tinydns_sync_on_changes(); tinydns_custom_php_install_command(); - tinydns_sync_on_changes(); tinydns_custom_php_deinstall_command(); - tinydns_sync_on_changes(); start svscan to bring up the DNS Server"; } -- cgit v1.2.3