From fc6e0fbfd6fb98133f263d3070f27bf7bc73b618 Mon Sep 17 00:00:00 2001 From: Phil Davis Date: Thu, 5 Apr 2012 17:39:13 +0545 Subject: [PATCH] Was looking at what is coming in new builds and noticed a couple of typos and small point of English grammar, so thought it worth 5 minutes to update it. --- usr/local/www/services_unbound_acls.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/usr/local/www/services_unbound_acls.php b/usr/local/www/services_unbound_acls.php index 51627a069e..85ed71b759 100644 --- a/usr/local/www/services_unbound_acls.php +++ b/usr/local/www/services_unbound_acls.php @@ -170,7 +170,7 @@ if ($savemsg) print_info_box($savemsg); if (is_subsystem_dirty("unbound")) - print_info_box_np(gettext("The settings for the DNS Resolver has changed. You must apply the configuration to take affect.")); + print_info_box_np(gettext("The settings for the DNS Resolver have changed. You must apply the configuration to take affect.")); ?> @@ -220,10 +220,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.");?>