Skip to content

Commit

Permalink
all: fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
EugeneOne1 committed Mar 24, 2023
1 parent 57bfd89 commit e33b0c5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions internal/dnsforward/dns.go
Original file line number Diff line number Diff line change
Expand Up @@ -187,8 +187,9 @@ func (s *Server) processInitial(dctx *dnsContext) (rc resultCode) {
// Handle a reserved domain healthcheck.adguardhome.test.
//
// [Section 6.2 of RFC 6761] states that DNS Registries/Registrars must not
// grant requests to register test. names in the normal way to any person or
// entity, making domain names under test. TLD in internal purposes.
// grant requests to register test names in the normal way to any person or
// entity, making domain names under test. TLD free to use in internal
// purposes.
//
// [Section 6.2 of RFC 6761]: https://www.rfc-editor.org/rfc/rfc6761.html#section-6.2
if q.Name == "healthcheck.adguardhome.test." {
Expand Down

0 comments on commit e33b0c5

Please sign in to comment.