coredns/test/example_test.go
Arthur Outhenin-Chalandre d8ecde1080
test: fix cname with proxy test (#7083)
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 <arthur@cri.epita.fr>
2025-01-21 09:41:38 +01:00

17 lines
514 B
Go

package test
const exampleOrg = `; example.org test file
$TTL 3600
@ IN SOA sns.dns.icann.org. noc.dns.icann.org. 2015082541 7200 3600 1209600 3600
@ IN NS b.iana-servers.net.
@ IN NS a.iana-servers.net.
@ IN A 127.0.0.1
@ IN A 127.0.0.2
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 h.gtld-servers.net.
service IN SRV 8080 10 10 @
`