this post was submitted on 09 Jun 2024
807 points (98.0% liked)

Programmer Humor

18961 readers
1292 users here now

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

founded 1 year ago
MODERATORS
 

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 are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 15 points 2 months ago (2 children)
[–] [email protected] 5 points 2 months ago* (last edited 2 months ago) (1 children)

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.

[–] [email protected] 2 points 2 months ago (1 children)

Probably, look into dnsmasq? I believe that was the easiest way with openwrt back in the day.

[–] [email protected] 1 points 2 months ago
[–] [email protected] 2 points 2 months ago (1 children)

Even better, if that's not something available from outside, to just enable mDNS.

[–] [email protected] 1 points 2 months ago

Wow, that's so cool. Thank you, I'll implement it in my LAN.