Unbound is a validating, recursive, and caching DNS resolver. unbound 1.4.7 Services: Unbound DNS Forwarder /usr/local/pkg/unbound.inc Unbound DNS Setup Unbound specific settings
Services
pkg_edit.php?xml=unbound.xml&id=0
unbound unbound.sh unbound Unbound is a validating, recursive, and caching DNS resolver. /usr/local/pkg/ 0644 http://www.pfsense.org/packages/config/unbound/unbound.inc /usr/local/pkg/ 0644 http://www.pfsense.org/packages/config/unbound/unbound.xml /usr/local/www/ 0644 http://www.pfsense.org/packages/config/unbound/unbound_status.php /usr/local/pkg/ 0644 http://www.pfsense.org/packages/config/unbound/unbound_acls.xml Unbound DNS Settings /pkg_edit.php?xml=unbound.xml&id=0 Unbound ACLs /pkg.php?xml=unbound_acls.xml Unbound DNS Status /unbound_status.php Unbound DNS Settings listtopic unbound_status Enable Unbound Enable the use of Unbound as your DNS forwarder. checkbox Network interface active_interface The network interface(s) the Unbound DNS server will queries from. interfaces_selection wan dnssec_status Enable DNSSEC Enable the use of DNSSEC. <br/> <b>Note:</b> It is recommended that when enabling DNSSEC you disable the use of forwarding mode and allow Unbound to do the resolving. This is to ensure that DNS replies are valid and authentic. checkbox on forwarding_mode Enable forwarding mode Configure the server to make use of the DNS servers configured in <a href="system.php">System: General setup</a>. <br/> <b>Note:</b> Disabling this will cause Unbound to perform DNS queries without using the upstream configured DNS servers. checkbox on private_address Private Address support With this option enabled <a href="http://tools.ietf.org/html/rfc1918">RFC1918</a> addresses are stripped away from DNS answers. Additionally, the DNSSEC validator may mark the answers bogus. This protects against <a href="http://en.wikipedia.org/wiki/DNS_rebinding">DNS Rebinding</a>. <br/> <b>Note:</b> Domain Overrides and Host entries will be allowed to return answers if this option is enabled. checkbox on regdhcpstatic Register DHCP static mappings If this option is set, then DHCP static mappings will be registered in the DNS forwarder, so that their name can be resolved. You should also set the domain in <a href="system.php">System: General setup</a> to the proper value. checkbox msg_cache_size Message Cache Size Size 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. select 4 txtsupport TXT Comment Support If this option is set, then any descriptions associated with Host entries and DHCP Static mappings will create a corresponding <a href="http://en.wikipedia.org/wiki/List_of_DNS_record_types">TXT record</a>. checkbox on Unbound Statistics listtopic stats Enable Statistics Unbound will log the number of queries that the resolver handles. checkbox stats_interval,cumulative_stats,extended_stats stats_interval Statistics Interval Select the time as to when statistics will be written to the Unbound log file. select 3600 cumulative_stats Enable Cumulative Statistics Once unbound is started, the statistics collected are cumulative and are not cleared after each report has been logged. select no extended_stats Enable Extended Statistics In addition to collecting the total number of queries also collect what type of queries are handled by the resolver. checkbox unbound_validate($_POST); unbound_reconfigure(); unbound_install(); unbound_uninstall();