fix spelling mistakes (#3364)

Automatically submitted.
This commit is contained in:
yuxiaobo96
2019-10-09 15:24:18 +08:00
committed by corbot[bot]
parent 65458b2de2
commit bf356e79fc
7 changed files with 8 additions and 8 deletions

View File

@@ -4,7 +4,7 @@
## Description
With `acl` enabled, users are able to block suspicous DNS queries by configuring IP filter rule sets, i.e. allowing authorized queries to recurse or blocking unauthorized queries.
With `acl` enabled, users are able to block suspicious DNS queries by configuring IP filter rule sets, i.e. allowing authorized queries to recurse or blocking unauthorized queries.
This plugin can be used multiple times per Server Block.

View File

@@ -81,7 +81,7 @@ RulesCheckLoop:
}
// matchWithPolicies matches the DNS query with a list of ACL polices and returns suitable
// action agains the query.
// action against the query.
func matchWithPolicies(policies []policy, w dns.ResponseWriter, r *dns.Msg) action {
state := request.Request{W: w, Req: r}