Context:
People have been asking for IPv6 Support on GitHub since years (probably a decade by now)
… and someone even got so annoyed that they decided to setup a dedicated website for checking this: https://isgithubipv6.live/
You must log in or register to comment.
Assign a DNS name
Even better, if that’s not something available from outside, to just enable mDNS.
Wow, that’s so cool. Thank you, I’ll implement it in my LAN.
Is it possible to do that for router/access point running OpenWRT?
I have to try it when I’ll be back home.
Edit: turns out that all devices connected to router are accessible from
<hostname>.lan
. I don’t remember setting it up, tho.Probably, look into dnsmasq? I believe that was the easiest way with openwrt back in the day.
Thanks