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 Record Name hostname Record Type recordtype rDNS rdns Record Data ipaddress TTL ttl sorting 50 Domain hostname Hostname hostname Record type recordtype TTL ttl Record data ipaddress listtopic General temp Record Name (Hostname or FQDN. E.g. www.exampledomain.com) hostname The DNS server will supply Records for the Fully Qualified Domain Name that is entered input 35 Record Type recordtype Supported Record types: A, AAAA, PTR, MX, NS, SOA, TXT, CNAME, raw ("raw" allows direct entry of a complete TinyDNS record in the FQDN field below) select 1 Record Data (FQDN, IP Address, or "raw" TinyDNS record) ipaddress Enter the record data here. Use IP Address for A and PTR records. Use FQDN or Hostname for SOA and CNAME Records. MX records can be an IP, FQDN, or both separated by a colon, e.g. 1.2.3.4, mail.example.com, or 1.2.3.4:mail.example.com. NS Records use colon-separated IP and FQDN, e.g. 1.2.3.4:example.com. IPV6 AAAA records should be formatted in 128 bit format. Example AAAA Record: 0000:0000:0000:0000:0000:0000:0000:0000 input 80 MX priority (only used for MX records) dist input 4 DNS record time to live (in seconds) ttl input 35 (SRV) Server record port srv_port input 35 (SRV) Server record priority (optional) srv_priority input 35 (SRV) Server record weight (optional) srv_weight input 35 (SRV) Server record timestamp (optional) srv_timestamp input 35 DNS record time to live (in seconds) ttl input 35 DNS record time to live (in seconds) 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 Monitor IP IP to ping to determine host availability monitorip input 35 Failover hold time Time in minutes before DNS switches to backup host threshhold input 35 Failover Records 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 $dnssync = true; tinydns_create_zone_file(); tinydns_setup_ping_items(); tinydns_sync_on_changes(); if(function_exists("tinydns_cleanup_addedit_form_record")) tinydns_cleanup_addedit_form_record(); else { require_once("/usr/local/pkg/tinydns.inc"); } 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(); log_error("Sync items done."); unset($_POST['temp']);