From 6abd1181c88bcae7524203a8fd5fdb95f58173a3 Mon Sep 17 00:00:00 2001 From: Warren Baker Date: Tue, 16 Nov 2010 22:13:42 +0200 Subject: Initial commit of the Unbound package (that 1 day will replace dnsmasq). It is currently limited in configuration options but it does what DNSMasq does excluding the DNS rebind check. Need to investigate that. --- config/unbound/unbound.xml | 125 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 125 insertions(+) create mode 100644 config/unbound/unbound.xml (limited to 'config/unbound/unbound.xml') diff --git a/config/unbound/unbound.xml b/config/unbound/unbound.xml new file mode 100644 index 00000000..8b895f9f --- /dev/null +++ b/config/unbound/unbound.xml @@ -0,0 +1,125 @@ + + + + + + + + Unbound is a validating, recursive, and caching DNS resolver. + + + unbound + 1.4.6 + 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://pkg.percol8.co.za/packages/config/unbound/unbound.inc + + + /usr/local/pkg/ + 0644 + http://pkg.percol8.co.za/packages/config/unbound/unbound.xml + + + + Unbound DNS Settings + /pkg_edit.php?xml=unbound.xml&id=0 + + + + + + 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 + + + + + + + unbound_reconfigure(); + + + unbound_install(); + + + unbound_uninstall(); + +
-- cgit v1.2.3