mirror of
https://github.com/coredns/coredns.git
synced 2025-08-06 14:27:03 +02:00
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:
parent
1772533409
commit
d8ecde1080
@ -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 @
|
||||||
`
|
`
|
||||||
|
Loading…
Reference in New Issue
Block a user