From 55eddd7accf2c5f9b0f52b22a010c4c4b7c130d1 Mon Sep 17 00:00:00 2001 From: Bill Marquette Date: Fri, 6 Feb 2009 19:18:00 -0600 Subject: mv packages to config dir to match web layout --- packages/tinydns/tinydns_domains.xml | 234 ----------------------------------- 1 file changed, 234 deletions(-) delete mode 100644 packages/tinydns/tinydns_domains.xml (limited to 'packages/tinydns/tinydns_domains.xml') diff --git a/packages/tinydns/tinydns_domains.xml b/packages/tinydns/tinydns_domains.xml deleted file mode 100644 index 3e313511..00000000 --- a/packages/tinydns/tinydns_domains.xml +++ /dev/null @@ -1,234 +0,0 @@ - - - - - - - - Describe your package here - Describe your package requirements here - Currently there are no FAQ items provided. - tinydnsdomains - none - TinyDNS: Domains - /usr/local/pkg/tinydns.inc - - - Settings - /pkg_edit.php?xml=tinydns.xml&id=0 - - - Add/Edit Record - /tinydns_filter.php - - - - Failover Status - /tinydns_status.php - - - Logs - /tinydns_view_logs.php - - - Sync - /pkg_edit.php?xml=tinydns_sync.xml&id=0 - - - New domain wizard - /wizard.php?xml=new_zone_wizard.xml - - - installedpackages->package->tinydnsdomains - - - Fully Qualified Domain Name (Hostname) - hostname - - - Record type - recordtype - - - rDNS - rdns - - - IP Address - ipaddress - - - - - listtopic - General - temp - - - Hostname or FQDN www.exampledomain.com - hostname - The DNS server will supply Records for the Fully Qualified Domain Name that is entered - input - 35 - - - - Record type - recordtype - DNS Record types. A, PTR, MX, NS, SOA, TXT, CNAME - select - 1 - - - - - - - - - - - - - - FQDN or IP Address - ipaddress - IP Address for A Records. FQDN or Hostname for SOA, PTR, CNAME Records. For NS Records an IP:FQDN - input - 40 - - - - DNS record time to live - ttl - input - 35 - - - listtopic - Reverse lookup - temp - - - Automatic PTR entry - rdns - Create a reverse DNS (PTR) entry for this A Record? - checkbox - - - listtopic - Failover - temp - - - IP to ping to ensure service is up - monitorip - input - 35 - - - Time in minutes before DNS switches to backup host - threshhold - input - 35 - - - none - none - rowhelper - - - Failover IP - failoverip - Failover IP when host is not responding to ICMP/PING traffic - input - 25 - - - Load balance - loadbalance - Adds this member to active group when host is alive. - checkbox - - - Ping threshold - pingthreshold - When the MS time is surpassed, item will failover to next host - input - 7 - - - Wan ping threshold - wanpingthreshold - When the WAN MS ping time is surpassed, item will failover to next host - input - 7 - - - IP to ping to ensure service is up - monitorip - When the WAN MS ping time is surpassed, item will failover to next host - input - 15 - - - - - - tinydns_create_zone_file(); - tinydns_setup_ping_items(); - tinydns_sync_on_changes(); - - - log_error("Begin tinydns add"); - tinydns_create_zone_file(); - log_error("Zone file done."); - tinydns_setup_ping_items(); - log_error("Ping items done."); - tinydns_sync_on_changes(); - - - log_error("Begin tinydns resync"); - tinydns_create_zone_file(); - log_error("Zone file done."); - tinydns_setup_ping_items(); - log_error("Ping items done."); - tinydns_sync_on_changes(); - - - unset($_POST['temp']); - - -- cgit v1.2.3