diff options
Diffstat (limited to 'plugin/hosts')
-rw-r--r-- | plugin/hosts/README.md | 2 | ||||
-rw-r--r-- | plugin/hosts/hostsfile_test.go | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/plugin/hosts/README.md b/plugin/hosts/README.md index b2a041548..8ce1cc2e0 100644 --- a/plugin/hosts/README.md +++ b/plugin/hosts/README.md @@ -31,7 +31,7 @@ fdfc:a744:27b5:3b0e::1 example.com example ### PTR records -PTR records for reverse lookups are generated automatically by CoreDNS (based on the hosts file entries) and cannot be created manually. +PTR records for reverse lookups are generated automatically by CoreDNS (based on the hosts file entries) and cannot be created manually. ## Syntax diff --git a/plugin/hosts/hostsfile_test.go b/plugin/hosts/hostsfile_test.go index cb923ab60..26a2916f0 100644 --- a/plugin/hosts/hostsfile_test.go +++ b/plugin/hosts/hostsfile_test.go @@ -26,7 +26,7 @@ type staticHostEntry struct { var ( hosts = `255.255.255.255 broadcasthost 127.0.0.2 odin - 127.0.0.3 odin # inline comment + 127.0.0.3 odin # inline comment ::2 odin 127.1.1.1 thor # aliases |