From d1a76d47f2564975c5c6c852acfccfd405cd80fd Mon Sep 17 00:00:00 2001 From: Warren Baker Date: Sun, 12 Jun 2011 16:08:58 +0200 Subject: Move some settings to advanced page. --- config/unbound/unbound.xml | 38 ++++++++++++++++---------------------- 1 file changed, 16 insertions(+), 22 deletions(-) (limited to 'config/unbound') diff --git a/config/unbound/unbound.xml b/config/unbound/unbound.xml index b143231e..04b3f91c 100644 --- a/config/unbound/unbound.xml +++ b/config/unbound/unbound.xml @@ -7,7 +7,7 @@ /* unbound.xml part of the Unbound package for pfSense (http://www.pfSense.com) - Copyright (C) 2011 Warren Baker warren@decoy.co.za + Copyright (C) 2011 Warren Baker All rights reserved. */ /* ========================================================================== */ @@ -41,7 +41,7 @@ unbound 1.4.8 - Services: Unbound DNS Forwarder + Services: Unbound DNS Forwarder: Basic Settings /usr/local/pkg/unbound.inc Unbound DNS @@ -70,11 +70,22 @@ 0644 http://www.pfsense.org/packages/config/unbound/unbound_acls.xml + + /usr/local/pkg/ + 0644 + http://www.pfsense.org/packages/config/unbound/unbound_advanced.xml + + Unbound DNS Settings /pkg_edit.php?xml=unbound.xml&id=0 + + + + Unbound DNS Advanced Settings + /pkg_edit.php?xml=unbound_advanced.xml&id=0 Unbound DNS ACLs @@ -87,7 +98,7 @@ - Unbound DNS Settings + Settings listtopic @@ -141,23 +152,6 @@ 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 @@ -172,7 +166,7 @@ checkbox - Unbound Statistics + Statistics listtopic @@ -219,7 +213,7 @@ - unbound_validate($_POST); + unbound_validate($_POST, "basic"); unbound_reconfigure(); -- cgit v1.2.3