DNS Toys (2022)
dns.toys
DNS Toys (2022)
1–10 of 71 posts
Re: DNS Toys (2022)
#2DNS Toys - https://news.ycombinator.com/item?id=31704789 - June 2022 (104 comments)
DNS Toys: Useful utilities and services over DNS - https://news.ycombinator.com/item?id=31637226 - June 2022 (1 comment)
Re: DNS Toys (2022)
#3Re: DNS Toys (2022)
#4dig A0.0,0.0/0.0,90.0.aerial @dns.toys
and
dig A0.0,0.0/90.0,0.0.aerial @dns.toys
both produce TXT "aerial distance = 10007.06 KM"
The equatorial circumference is 40,075.017 km (24,901.461 mi), while the polar circumference is 40,007.863 km (24,859.734 mi).
I guess there's no great harm in assuming the earth is hypothetically cow shaped, and it avoids that awkward series for shortest distance twixt points following an ellipsoids surface.
Re: DNS Toys (2022)
#5OpenDNS resolvers (such as resolver1.opendns.com) will resolve myip.opendns.com to your actual IP address. Whether you get A or AAAA records depends on your connection. Since the IP addresses for these resolvers tend to be anycast IPs, I also want to believe they are marginally faster than pinging some central HTTP service that can go down at any time. (Of course, OpenDNS can vanish at any time, too, but I find the risk of that more tolerable than the countless "what is my IP address?" HTTP services out there)
Anyway, I remember hearing before that DNS originally was intended to be used with a broader scope of data than just domain names (hence the existence of TXT records and the like). This website greatly demonstrates how much utility you can get out of DNS.
Re: DNS Toys (2022)
#6Re: DNS Toys (2022)
#7Re: DNS Toys (2022)
#8Nice, but why over DNS? Perhaps I simply didn't get the point.
Re: DNS Toys (2022)
#9Odd that dig A0.0,0.0/0.0,90.0.aerial @dns.toys and dig A0.0,0.0/90.0,0.0.aerial @dns.toys both produce TXT "aerial distance = 10007.06 KM" The equatorial circumference is 40,075.017 km (24,901.461 mi), while the polar circumference is 40,007.863 km (24,859.734 mi). I guess there's no great harm in assuming the earth is hypothetically cow shaped, and it avoids that awkward series for shortest distance twixt points fo…
Re: DNS Toys (2022)
#10This reminds me of a neat little trick I used back then to "reliably" compute IP address of my machines for a dynamic DNS utility I wrote for myself. OpenDNS resolvers (such as resolver1.opendns.com) will resolve myip.opendns.com to your actual IP address. Whether you get A or AAAA records depends on your connection. Since the IP addresses for these resolvers tend to be anycast IPs, I also want to believe they are ma…