this post was submitted on 08 Aug 2024
499 points (99.2% liked)

Selfhosted

39435 readers
3 users here now

A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.

Rules:

  1. Be civil: we're here to support and learn from one another. Insults won't be tolerated. Flame wars are frowned upon.

  2. No spam posting.

  3. Posts have to be centered around self-hosting. There are other communities for discussing hardware or home computing. If it's not obvious why your post topic revolves around selfhosting, please include details to make it clear.

  4. Don't duplicate the full text of your blog or github here. Just post the link for folks to click.

  5. Submission headline should match the article title (don’t cherry-pick information from the title to fit your agenda).

  6. No trolling.

Resources:

Any issues on the community? Report it using the report flag.

Questions? DM the mods!

founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 105 points 3 months ago (6 children)

Sorry. I chose .local and I'm sticking to it.

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

I switched from .local to .honk and I'm never looking back.

[–] [email protected] 9 points 3 months ago
[–] xcjs 30 points 3 months ago (2 children)

I was using .local, but it ran into too many conflicts with an mDNS service I host and vice versa. I switched to .lan, but I'm certainly not going to switch to .internal unless another conflict surfaces.

I've also developed a host-monitoring solution that uses mDNS, so I'm not about to break my own software. 😅

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

.internal takes to long to type

[–] xcjs 10 points 3 months ago

Yeah, that's why I started using .lan.

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

Yeah, I don't really have a use at home for mDNS. None that I can think of, anyway. Pretty sure I was using it before MDNS was a thing.

[–] Supermariofan67 5 points 3 months ago (1 children)

Accessing printers? Resolving hostnames of internal hosts? I can't imagine having a lan without mDNS

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

Oh. Internal hosts, I just setup on my own DNS.. No need for that. Printer, can't say I've ever had a problem.

[–] [email protected] 26 points 3 months ago

It's also second only to .com in terms of query volume in ICANN's Magnitude statistics with 980 mil vs .internal's 60 mil. Not sure if that makes it a de facto standard, but it's close.

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

I went with .home and so far the problems are within reason

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

I'm using .home and have not had any issues. Would you mind sharing what problems you've come across so I know what to expect?

[–] [email protected] 9 points 3 months ago (5 children)

I still haven't heard a convincing argument to not use .local and I see no reason to stop.

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

Mainly conflicts with mDNS. However it's shitty IMHO that the mDNS spec snarfed a domain already in widespread use, should have used .mDNS or similar.

[–] xcjs 8 points 3 months ago

That I agree with. Microsoft drafted the recommendation to use it for local networks, and Apple ignored it or co-opted it for mDNS.

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

.local is already used by mDNS/Zeroconf.

[–] [email protected] 10 points 3 months ago

You mean mDNS/Zeroconf are using a tld that was already being used.

[–] [email protected] 4 points 3 months ago* (last edited 3 months ago)

I've also used .local but .local could imply a local neighborhood. The word itself is based on "location". Maybe a campus could be .local but the smaller networks would be .internal

Or, maybe they want to not confuse it with link-local or unique local addresses. Though, maybe all .internal networks should be using local (private) addresses?

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

My main issue was it doesn’t play well with Macs.

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

I’ve had issues with .local on my Android device. Straight up doesn’t work. I had to change to .lan

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

Hmm, the only issue I had was because it was using the DoH (which I don't have a local server for). Once I disabled that, it was fine.