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>
This commit is contained in:
Arthur Outhenin-Chalandre 2025-01-21 09:41:38 +01:00 committed by GitHub
parent 1772533409
commit d8ecde1080
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -11,6 +11,6 @@ short 1 IN A 127.0.0.3
*.w 3600 IN TXT "Wildcard" *.w 3600 IN TXT "Wildcard"
a.b.c.w IN TXT "Not a 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 @ service IN SRV 8080 10 10 @
` `