falling-sky / source

Main source for falling-sky. Mostly HTML, JavaScript.
MIT License
812 stars 144 forks source link

Outdated entry in templates/html/faq_v6ns_bad.html ? #196

Closed unriccio closed 2 years ago

unriccio commented 2 years ago

Hi!

Thanks for the website, I use it quite often :)

Recently I was discussing with a friend about the v6ns tests and he pointed out that he couldn't access "aaaa.v6ns.test-ipv6.com" as explained in the faq_v6ns_bad.html page. I couldn't do it either (using a v6 enabled recursor) so I investigated a bit and it seems that specific name doesn't exist:

$ dig +trace +additional aaaa aaaa.v6ns.test-ipv6.com
[...]
test-ipv6.com.      172800  IN  NS  ns1.test-ipv6.com.
test-ipv6.com.      172800  IN  NS  ns3.test-ipv6.com.
CK0POJMG874LJREF7EFN8430QVIT8BSM.com. 86400 IN NSEC3 1 1 0 - CK0Q1GIN43N1ARRC9OSM6QPQR81H5M9A NS SOA RRSIG DNSKEY NSEC3PARAM
CK0POJMG874LJREF7EFN8430QVIT8BSM.com. 86400 IN RRSIG NSEC3 8 2 86400 20220511042350 20220504031350 37269 com. MuD9dPyA/SPH/SvUAJublafStIcMFaxOIGTJOv9BZNDpg/2F7eNm29Nx Yfq0zr2H2u3wiH3G2/vH9AsFPv7b3NdMs0iU9npDTz85Zx5Yl5gUtvrE tcwE9h4zCoUlUzh08iNQtIzkza/UdHIvDkf7U1kDgK6W1vL84+/hP808 pIgZ6ubOsCy79ST9H0Zfon0KY0LnA926+csdSAuj1r/ctg==
ERPS5KLB395KB2467L2UDQ1BFNI0FOG4.com. 86400 IN NSEC3 1 1 0 - ERPS808LVB5J6C45C9K3V9L4PKOV156G NS DS RRSIG
ERPS5KLB395KB2467L2UDQ1BFNI0FOG4.com. 86400 IN RRSIG NSEC3 8 2 86400 20220513041634 20220506030634 37269 com. ZCpZNeJuJvl9D6PZVCnXKxqrXipvcyfdG6rAqfw7Kr1IKhGRi/FTCpAv cJsScfHfaAkSSErV/QEg236hOoIFBiqWgatwdizWjVnTBYZcQ1GNmVOV byzgqE6cx/oSMDH12sCSFUVPcP30c2g7IeP8DNaUe5Nt7Iy7PJIRAN00 84mZhzbunE5gGklr6BqaMBtGzn4r4ojOIpukZY2oYUiCbw==
ns1.test-ipv6.com.  172800  IN  AAAA    2001:470:1:18::118
ns1.test-ipv6.com.  172800  IN  A   216.218.228.118
ns3.test-ipv6.com.  172800  IN  A   176.58.89.68
;; Received 697 bytes from 192.31.80.30#53(d.gtld-servers.net) in 7 ms

test-ipv6.com.      300 IN  SOA ns1.test-ipv6.com. jfesler.test-ipv6.com. 2022010801 10800 3600 604800 86400
;; Received 139 bytes from 2001:470:1:18::118#53(ns1.test-ipv6.com) in 147 ms

Could it be that the page wasn't updated after the changes mentioned in #14? (the "technical info" section under "test run" shows indeed a different name)

Thanks!

jfesler commented 2 years ago

Thanks for reporting this. When I last migrated the service, I ... made a mistake. :-). And you're the first to report in approximately .. 2 years.