From 6d2349b7a5d77480aa747937b354753caf3bc34a Mon Sep 17 00:00:00 2001 From: Phil Davis Date: Wed, 1 May 2013 13:54:22 +0545 Subject: Unbound user interface text --- config/unbound/unbound_acls.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/config/unbound/unbound_acls.php b/config/unbound/unbound_acls.php index 5ba69869..721d3adb 100644 --- a/config/unbound/unbound_acls.php +++ b/config/unbound/unbound_acls.php @@ -221,10 +221,10 @@ if (is_subsystem_dirty("unbound"))

- Deny: This actions stops queries from hosts within the netblock defined below.");?>
- Refuse: This actions also stops queries from hosts within the netblock defined below, but sends back DNS rcode REFUSED error message back tot eh client.");?>
- Allow: This actions allows queries from hosts within the netblock defined below.");?>
- Allow Snoop: This actions allows recursive and nonrecursive access from hosts within the netblock defined below. Used for cache snooping and ideally should only be configured for your administrative host.");?>
+ Deny: This action stops queries from hosts within the netblock defined below.");?>
+ Refuse: This action also stops queries from hosts within the netblock defined below, but sends a DNS rcode REFUSED error message back to the client.");?>
+ Allow: This action allows queries from hosts within the netblock defined below.");?>
+ Allow Snoop: This action allows recursive and nonrecursive access from hosts within the netblock defined below. Used for cache snooping and ideally should only be configured for your administrative host.");?>
-- cgit v1.2.3 From e7f987f8c077c52f32edbbc704eb4fe94444d6ea Mon Sep 17 00:00:00 2001 From: Phil Davis Date: Wed, 1 May 2013 13:59:28 +0545 Subject: Unbound user interface text --- config/unbound/unbound_acls.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/config/unbound/unbound_acls.xml b/config/unbound/unbound_acls.xml index 7c6840ce..04319169 100644 --- a/config/unbound/unbound_acls.xml +++ b/config/unbound/unbound_acls.xml @@ -99,10 +99,10 @@ aclaction Action <br/>Choose an action:<br/><br/> - <b>Allow:</b> This actions allows queries from hosts within the netblock(s) defined below.<br/> - <b>Allow Snoop:</b> This actions allows recursive and nonrecursive access from hosts within the netblock(s) defined below. Used for cache snooping and ideally should only be configured for your administrative host.<br/> - <b>Deny:</b> This actions stops queries from hosts within the netblock(s) defined below.<br/> - <b>Refuse:</b> This actions also stops queries from hosts within the netblock(s) defined below, but sends back DNS rcode REFUSED error message back to the client. + <b>Allow:</b> This action allows queries from hosts within the netblock(s) defined below.<br/> + <b>Allow Snoop:</b> This action allows recursive and nonrecursive access from hosts within the netblock(s) defined below. Used for cache snooping and ideally should only be configured for your administrative host.<br/> + <b>Deny:</b> This action stops queries from hosts within the netblock(s) defined below.<br/> + <b>Refuse:</b> This action also stops queries from hosts within the netblock(s) defined below, but sends a DNS rcode REFUSED error message back to the client. select -- cgit v1.2.3 From 5cbf95a71c2e2187dd2660c7b7b3c7b81091c461 Mon Sep 17 00:00:00 2001 From: Phil Davis Date: Wed, 1 May 2013 14:10:06 +0545 Subject: Unbound user interface text --- config/unbound/unbound_advanced.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config/unbound/unbound_advanced.xml b/config/unbound/unbound_advanced.xml index 30fca482..7603d0aa 100644 --- a/config/unbound/unbound_advanced.xml +++ b/config/unbound/unbound_advanced.xml @@ -99,7 +99,7 @@ prefetch Prefetch Support - If 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. + If 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 from the cache. Default is disabled. checkbox off @@ -123,7 +123,7 @@ harden_dnssec_stripped Harden DNSSEC data - If 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. + If enabled, DNSSEC data is required for trust-anchored zones. If such data is absent, the zone is considered bogus. If disabled and no DNSSEC data is received, then the zone is made insecure. The default is enabled. checkbox on @@ -305,7 +305,7 @@ Custom Options custom_options - You 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. + You can put your own custom options here, separated by semi-colons (;). These configuration 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. textarea 65 5 -- cgit v1.2.3 From 25945dfa8514f8ae81855fc261b64732a3605072 Mon Sep 17 00:00:00 2001 From: Phil Davis Date: Wed, 1 May 2013 14:13:33 +0545 Subject: Unbound user interface text --- config/unbound/unbound_monitor.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/unbound/unbound_monitor.sh b/config/unbound/unbound_monitor.sh index c277bbaa..91e5a2ed 100755 --- a/config/unbound/unbound_monitor.sh +++ b/config/unbound/unbound_monitor.sh @@ -53,7 +53,7 @@ if [ "$1" = "stop" ]; then fi if [ -n "${PID}" ] && ps -p ${PID} | grep -q unbound_monitor.sh; then - echo "There are another unbound monitor proccess running" + echo "There is another unbound monitor process running" exit 0 fi -- cgit v1.2.3