As far as I'm aware running and getting DNS to work on a home network is precisely everything to do with self-hosting.
I get that I'm being a bit of an opinionated asshole, and maybe my post is not overly constructive, but shit, a good rant to start a discussion should not be a reason for removal, least of all for a rule that has blatantly not been violated and that's the only actual reason I can think of why I'd been banned.
A good rant is literally the most worthwhile content imho, a good hearty debate invites viewpoints and opinions, even if the OP is unpopular. I hate the sterile, overly polite, overly PC tone enforced on some Lemmy communities.
As long as no one is literally insulting other users or spreading misinformation or being discriminatory/xenophobic based on characteristics. I wasn't even swearing. I'm so done, I'm blocking all of lemmy.world until they get their shit together.
I'm not a moderator of selfhosted. But, I do have access to your post.
Your post was low quality and uninformed and didn't provide anything helpful. It was snarky and whiny. It was meant to complain, not help. It was, frankly, just noise. The moderator was just cleaning up the community for everyone's comfort.
As a community member, I would be happy to not have to have read your comment. This is why, I believe, your comment got chucked. The moderator was doing their job.
Here's an excerpt that shows the message's tone and quality:
"That RFC only suggests that some people MAY implement it as such, which yeah, sucks, because the RFC if it did it's job right should forbid it altogether and lobby the government to shoot anyone who utters anything that suggests such delirium on sight, along with the rest of avahi/bonjour and other garbage ideas like IPv6 or not being behind NAT as well."
I'm literally an MSc in Cybersec and Network Security is my specialty. You're a room temperature IQ moron who can't distinguish between an opinion that goes against the grain and misinformation.
You are wrong because Rule 3 has been used as the mod's reason for the removal.
If it were because of flaming or trolling, there are Rules 1 and 6 accordingly, but they have not been used here.
The complaint is justified about the mod using the Rule 3 wrong. Very obviously wrong. Anybody who knows a little bit about selfhosting knows that DNS is exactly on topic.
In addition, your attitude regarding "cleaning up" is questionable, too. People who are unable to write very fine tuned texts should not be allowed to post? Do we really need to "clean them up"?
Last android piece of garbage I buy. Is there even a single good reason it restricts .local, as is commonly used for local domains in LAN DNS to some hellish nonsense no one’s ever used called multicast DNS?
Is .local actually "commonly used for local domains in LAN DNS" or did you just see .local somewhere else (probably using mDNS) and decide to cargo cult it? I've never seen someone use it outside the context of zero-configuration networking.
fyi, besides Android, most Linux distros also ship with mDNS enabled by default, as do all Apple operating systems since the feature was first introduced in an update to Mac OS 9 in 2001. It's mostly just Windows that doesn't.
And before someone says “uhmm but m-muh RFC says so” - no. That RFC only suggests that some people MAY implement it as such, which yeah, sucks, because the RFC if it did it’s job right should forbid it altogether [...]
Which RFC says that? I just checked, and RFC6762 (Multicast DNS) says:
This document specifies that the DNS top-level domain ".local." is a special domain with special semantics, namely that any fully qualified name ending in ".local." is link-local, and names within this domain are meaningful only on the link where they originate. This is analogous to IPv4 addresses in the 169.254/16 prefix or IPv6 addresses in the FE80::/10 prefix, which are link-local and meaningful only on the link where they originate.
Any DNS query for a name ending with ".local." MUST be sent to the mDNS IPv4 link-local multicast address 224.0.0.251 (or its IPv6 equivalent FF02::FB).
Also, as per (the immediately prior) RFC6761 ("Special-Use Domain Names"), RFC6762 explicitly adds .local to the IANA registry of special-use domain names.
At one time, Microsoft at least suggested the use of .local as a pseudo-TLD for small private networks with internal DNS servers
Using the .local label for the full DNS name for the internal domain is a more secure configuration because the .local label is not registered for use on the Internet. This separates your internal domain from your public Internet domain name.
By default, a freshly installed Windows Server 2016 Essentials also adds .local as the default dns-prefix when a user doesn't select the advanced option, resulting in a domain with .local extension.
Yes they retracted the recommendation later, but in reality there are hundreds of thousands of networks that still use it. On the other hand almost nothing uses mDNS.
fyi, besides Android, most Linux distros also ship with mDNS enabled by default, as do all Apple operating systems since the feature was first introduced in an update to Mac OS 9 in 2001. It's mostly just Windows that doesn't.
FYI, the behaviour of resolving .local domains ONLY VIA MDNS is exclusive to android.
On the other hand, Windows of course does indeed have mDNS out of the box, same as Linux, per the RFC.
Are you retarded, or just pretending? Fucking bootcampers istg I'm so glad I don't have to work with y'all and only interact when you deliver my fucking takeaway.
Which RFC says that?
You would know if you could fucking read as it's linked pretty clearly in my post:
Implementers MAY choose to look up such names concurrently via other mechanisms (e.g., Unicast DNS) and coalesce the results in some fashion
So actually the RFC does not limit whatsoever the resolution of .local domains to mDNS. Implementers, apart from Android do indeed always do look up via both unicast and multicast (if not disabled). Only android limits this to multicast-only.
Also, as per (the immediately prior) RFC6761 ("Special-Use Domain Names"), RFC6762 explicitly adds .local to the IANA registry of special-use domain names.
So? This has nothing to do with android's bizarre limitation on how it resolves .local.
Cool, I didn't know that. But the article also says they recommend against it now. I see the "Microsoft recommendations" section of the wikipedia article indicates they changed their mind on this several times.
On the other hand almost nothing uses mDNS.
In my experience mDNS seems ubiquitous; almost every network connected device I've seen in the last couple decades has it enabled by default.
Fucking bootcampers istg I’m so glad I don’t have to work with y’all and only interact when you deliver my fucking takeaway.
Huh? What are "bootcampers"? It used to refer to people running windows on intel macs (because apple's boot loader to allow that was called BootCamp), but that wouldn't make any sense in this context. Unless you are having your food delivered by people who run Windows on old Apple hardware? 🤔
Implementers MAY choose to look up such names concurrently via other mechanisms (e.g., Unicast DNS) and coalesce the results in some fashion
So actually the RFC does not limit whatsoever the resolution of .local domains to mDNS. Implementers, apart from Android do indeed always do look up via both unicast and multicast (if not disabled). Only android limits this to multicast-only.
I see. Sorry I missed that part of the RFC.
But, FYI, it is really not only Android that doesn't send unicast queries for .local names; GNU/Linux distributions running avahi (eg, the distros most people use) also don't. I don't have a mac or iphone nearby to confirm but I would assume they are probably resolving .local exclusively via mDNS too. edit: this "Apple devices might not open your internal network’s ‘.local’ domain" support article indicates my assumption is probably correct.