diff options
author | Phil Davis <phil.davis@world.inf.org> | 2013-05-01 13:54:22 +0545 |
---|---|---|
committer | Phil Davis <phil.davis@world.inf.org> | 2013-05-01 13:54:22 +0545 |
commit | 6d2349b7a5d77480aa747937b354753caf3bc34a (patch) | |
tree | 0d7286b830d44e66b662036c03abe4103edbc6dd /config/unbound/unbound_acls.php | |
parent | 8596af32d3bf099dce8df344c90b8a525598f00f (diff) | |
download | pfsense-packages-6d2349b7a5d77480aa747937b354753caf3bc34a.tar.gz pfsense-packages-6d2349b7a5d77480aa747937b354753caf3bc34a.tar.bz2 pfsense-packages-6d2349b7a5d77480aa747937b354753caf3bc34a.zip |
Unbound user interface text
Diffstat (limited to 'config/unbound/unbound_acls.php')
-rw-r--r-- | config/unbound/unbound_acls.php | 8 |
1 files 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")) <br/> <span class="vexpl"> <?=gettext("Choose what to do with DNS requests that match the criteria specified below.");?> <br/> - <?=gettext("<b>Deny:</b> This actions stops queries from hosts within the netblock defined below.");?> <br/> - <?=gettext("<b>Refuse:</b> This actions also stops queries from hosts within the netblock defined below, but sends back DNS rcode REFUSED error message back tot eh client.");?> <br/> - <?=gettext("<b>Allow:</b> This actions allows queries from hosts within the netblock defined below.");?> <br/> - <?=gettext("<b>Allow Snoop:</b> 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.");?> <br/> + <?=gettext("<b>Deny:</b> This action stops queries from hosts within the netblock defined below.");?> <br/> + <?=gettext("<b>Refuse:</b> This action also stops queries from hosts within the netblock defined below, but sends a DNS rcode REFUSED error message back to the client.");?> <br/> + <?=gettext("<b>Allow:</b> This action allows queries from hosts within the netblock defined below.");?> <br/> + <?=gettext("<b>Allow Snoop:</b> 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.");?> <br/> </span> </td> </tr> |