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']);