Revision fc6e0fbf
Added by Phil Davis about 13 years ago
usr/local/www/services_unbound_acls.php | ||
---|---|---|
170 | 170 |
print_info_box($savemsg); |
171 | 171 |
|
172 | 172 |
if (is_subsystem_dirty("unbound")) |
173 |
print_info_box_np(gettext("The settings for the DNS Resolver has changed. You must apply the configuration to take affect."));
|
|
173 |
print_info_box_np(gettext("The settings for the DNS Resolver have changed. You must apply the configuration to take affect."));
|
|
174 | 174 |
?> |
175 | 175 |
<table width="100%" border="0" cellpadding="0" cellspacing="0"> |
176 | 176 |
<tr> |
... | ... | |
220 | 220 |
<br/> |
221 | 221 |
<span class="vexpl"> |
222 | 222 |
<?=gettext("Choose what to do with DNS requests that match the criteria specified below.");?> <br/> |
223 |
<?=gettext("<b>Deny:</b> This actions stops queries from hosts within the netblock defined below.");?> <br/>
|
|
224 |
<?=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/>
|
|
225 |
<?=gettext("<b>Allow:</b> This actions allows queries from hosts within the netblock defined below.");?> <br/>
|
|
226 |
<?=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/>
|
|
223 |
<?=gettext("<b>Deny:</b> This action stops queries from hosts within the netblock defined below.");?> <br/> |
|
224 |
<?=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/>
|
|
225 |
<?=gettext("<b>Allow:</b> This action allows queries from hosts within the netblock defined below.");?> <br/> |
|
226 |
<?=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/> |
|
227 | 227 |
</span> |
228 | 228 |
</td> |
229 | 229 |
</tr> |
Also available in: Unified diff
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.