Unbound is a validating, recursive, and caching DNS resolver.unbound_advanced1.4.14Services: Unbound DNS Forwarder: Advanced Settings/usr/local/pkg/unbound.incunboundunbound.shunboundUnbound is a validating, recursive, and caching DNS resolver.Unbound DNS Settings/pkg_edit.php?xml=unbound.xml&id=0Unbound DNS Advanced Settings/pkg_edit.php?xml=unbound_advanced.xml&id=0Unbound DNS ACLs/unbound_acls.phpUnbound DNS Status/unbound_status.phpAdvanced Settingslisttopichide_idHide IdentityIf enabled, id.server and hostname.bind queries are refused. Default is disabled.checkboxoffhide_versionHide VersionIf enabled, version.server and version.bind queries are refused. Default is disabled.checkboxoffprefetchPrefetch SupportIf enabled, the message cache elements are prefetched before they expire to keep the cache up to date. Enabling this option causes an increase of about 10 percent more traffic and load on the server, but popular items do not expire form the cache. Default is disabled.checkboxoffprefetch_keyPrefetch Key SupportIf enabled, DNSKEY's are fetched earlier in the validation process when a <a href="http://en.wikipedia.org/wiki/List_of_DNS_record_types">DS</a> is encountered. This helps lower the latency of requests but does utilize a little more CPU. Default is disabled.checkboxoffharden_glueHarden GlueIf enabled, Unbound will only trust glue if it is within the servers authority. Default is enabled.checkboxonharden_dnssec_strippedHarden DNSSEC dataIf enabled, DNSSEC data is required for trust-anchored zones. If such data is absent, the zone is becomes bogus. If disabled then and no DNSSEC data is received, then the zone is made insecure. The default is enabled.checkboxonunbound_verbosityLog level verbositySelect the logging verbosity. <br/> <br/> The different levels are described as follows: <br/>
<b>Level 0:</b> No verbosity, only errors are logged. <br/>
<b>Level 1:</b> Provides operational information. <br/>
<b>Level 2:</b> Provides detailed operational information. <br/>
<b>Level 3:</b> Gives query level information and output per query. <br/>
<b>Level 4:</b> Gives algorithm level information. <br/>
<b>Level 5:</b> Logs client identification for cache misses. <br/>
select1msg_cache_sizeMessage Cache SizeSize of the message cache. The message cache stores DNS rcodes and validation statuses. The RRSet cache will automatically be set to twice this amount. The RRSet cache contains the RR data. The default is 4 megabytes.select4Outgoing TCP Buffersoutgoing_num_tcpThe number of outgoing TCP buffers to allocate per thread. The default value is 10. If 0 is selected then no TCP queries, to authoritative servers, are done.select10Incoming TCP Buffersincoming_num_tcpThe number of incoming TCP buffers to allocate per thread. The default value is 10. If 0 is selected then no TCP queries, from clients, are accepted.select10EDNS Buffer Sizeedns_buffer_sizeNumber of bytes size to advertise as the EDNS reassembly buffer size. This is the value that is used in UDP datagrams sent to peers. RFC recommendation is 4096 (which is the default). If you have fragmentation reassemble problems, usually seen as timeouts, then a value of 1480 should help. The 512 value bypasses most MTU path problems, but it can generate an excessive amount of TCP fallback.select4096Number of queries per threadnum_queries_per_threadThe number of queries that every thread will service simultaneously. If more queries arrive that need to be serviced, and no queries can be jostled, then these queries are dropped.select1024Jostle Timeoutjostle_timeoutThis timeout is used for when the server is very busy. The default value is 200 milliseconds.select200Maximum TTL for RRsets and messagescache_max_ttlConfigure a maximum Time to live for RRsets and messages in the cache. The default is 86400 seconds (1 day). When the internal TTL expires the cache item is expired. This can be configured to force the resolver to query for data more often and not trust (very large) TTL values.input86400Minimum TTL for RRsets and messagescache_min_ttlConfigure a minimum Time to live for RRsets and messages in the cache. The default is 0 seconds. If the minimum value kicks in, the data is cached for longer than the domain owner intended, and thus less queries are made to look up the data. The 0 value ensures the data in the cache is as the domain owner intended. High values can lead to trouble as the data in the cache might not match up with the actual data anymore.input50TTL for Host cache entriesinfra_host_ttlTime to live for entries in the host cache. The host cache contains roundtrip timing and EDNS support information. The default is 900 seconds.input5900TTL for lame delegationinfra_lame_ttlTime to live for when a delegation is considered to be lame. The default is 900 seconds.input5900Number of Hosts to cacheinfra_cache_numhostsNumber of hosts for which information is cached. The default is 10,000.input510000Unwanted Reply Thresholdunwanted_reply_thresholdIf enabled, a total number of unwanted replies is kept track of in every thread. When it reaches the threshold, a defensive action is taken and a warning is printed to the log file. This defensive action is to clear the RRSet and message caches, hopefully flushing away any poison. The default is disabled, but if enabled a a value of 10 million is suggested.select0Custom Optionscustom_optionsYou can put your own custom options here, separated by semi-colons (;). These configurations options will then be added to the configuration file. <br/> <b>Note:</b> They need to be Unbound native configuration options, otherwise Unbound will <b>not</b> work.textarea655
unbound_validate($_POST, "advanced");
unbound_reconfigure();
unbound_install();
unbound_uninstall();