fix: typo spelling grammar

Signed-off-by: slowy07 <slowy.arfy@gmail.com>
This commit is contained in:
slowy07
2021-08-24 21:36:48 +07:00
committed by Brad Fitzpatrick
parent 780e65a613
commit ac0353e982
12 changed files with 14 additions and 14 deletions

View File

@@ -334,7 +334,7 @@ func (r *Resolver) resolveLocal(domain dnsname.FQDN, typ dns.Type) (netaddr.IP,
case dns.TypeNS, dns.TypeSOA, dns.TypeAXFR, dns.TypeHINFO:
return netaddr.IP{}, dns.RCodeNotImplemented
// For everything except for the few types above that are explictly not implemented, return no records.
// For everything except for the few types above that are explicitly not implemented, return no records.
// This is what other DNS systems do: always return NOERROR
// without any records whenever the requested record type is unknown.
// You can try this with: