by Twixes on 9/28/23, 3:27 PM with 48 comments
Well, every excuse is a good one when it comes to writing a DNS server! Backname.io joins nip.io and sslip.io in the wildcard DNS game.
by eyepeevee on 9/28/23, 10:17 PM
Accessing an IPv4 address on a IPv6-only network with NAT64/DNS64 is only possible if you access that IPv4 via a DNS name that resolves to the IPv4 address. DNS64 will turn your A record into an AAAA record, with the IPv4 address mapped to a v6 addrsss that the NAT64 layer knows how to "undo".
I've seen others need this a few times in practice.
by quickthrower2 on 9/28/23, 10:50 PM
It would be cool to have it as a locally installed custom DNS resolver on the developers computer though.
by YaBa on 9/28/23, 5:10 PM
by globular-toast on 9/28/23, 7:05 PM
Isn't the main useful aspect that you can do xyz.1.2.3.4.backname.io where xyz is anything you want? Perhaps you set this up anyway, but would be worth mentioning.
by eva_cananim on 9/29/23, 11:54 AM
There is https://ipq.co/ and https://fdns.uk/ that will let you create a name to point to a chosen ip.
by ncruces on 9/29/23, 10:25 AM
- give you a domain for any IP (even local IPs);
- give you SSL on that domain (even local IPs!);
- abide by Let's Encrypt terms.
by ttymck on 9/28/23, 5:38 PM
by thefilmore on 9/29/23, 12:05 AM
- Exposing a potentially private IP to an external service
- If testing local IPs, adds a requirement for an internet connection
- Must trust that it will always resolve to the actual IP not another one
- Requires your service to accept a hostname that it likely shouldn't
by plagiat0r on 9/30/23, 4:15 AM
See RFC 2308.
by pipo234 on 9/28/23, 3:33 PM
Is this enough to fool Edge (Windows 10) into allowing you to view your local Apache development environment?
by gitgud on 9/28/23, 9:57 PM
by theyknowitsxmas on 9/28/23, 10:42 PM