Skip to content

Commit

Permalink
test: fix cname with proxy test (coredns#7083)
Browse files Browse the repository at this point in the history
www.example.net is now behind akamai with various IP answered and a
chain of CNAME. Let's replace www.example.net by one of the root server
which answer a single IP and hopefully should remain this way.

Signed-off-by: Arthur Outhenin-Chalandre <[email protected]>
  • Loading branch information
MrFreezeex authored Jan 21, 2025
1 parent 1772533 commit d8ecde1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/example_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ short 1 IN A 127.0.0.3
*.w 3600 IN TXT "Wildcard"
a.b.c.w IN TXT "Not a wildcard"
cname IN CNAME www.example.net.
cname IN CNAME h.gtld-servers.net.
service IN SRV 8080 10 10 @
`

0 comments on commit d8ecde1

Please sign in to comment.