this post was submitted on 13 Jan 2025
1 points (51.2% liked)
Ye Power Trippin' Bastards
706 readers
138 users here now
This is a community in the spirit of "Am I The Asshole" where people can post their own bans from lemmy or reddit or whatever and get some feedback from others whether the ban was justified or not.
Sometimes one just wants to be able to challenge the arguments some mod made and this could be the place for that.
Posting Guidelines
All posts should follow this basic structure:
- Which mods/admins were being Power Tripping Bastards?
- What sanction did they impose (e.g. community ban, instance ban, removed comment)?
- Provide a screenshot of the relevant modlog entry (don’t de-obfuscate mod names).
- Provide a screenshot and explanation of the cause of the sanction (e.g. the post/comment that was removed, or got you banned).
- Explain why you think its unfair and how you would like the situation to be remedied.
Rules
- Post only about bans or other sanctions that you have received from a mod or admin.
- Don’t use private communications to prove your point. We can’t verify them and they can be faked easily.
- Don’t deobfuscate mod names from the modlog with admin powers.
- Don’t harass mods or brigade comms. Don’t word your posts in a way that would trigger such harassment and brigades.
- Do not downvote posts if you think they deserved it. Use the comment votes (see below) for that.
- You can post about power trippin’ in any social media, not just lemmy. Feel free to post about reddit or a forum etc.
- If you are the accused PTB, while you are welcome to respond, please do so within the relevant post.
Expect to receive feedback about your posts, they might even be negative.
Make sure you follow this instance's code of conduct. In other words we won't allow bellyaching about being sanctioned for hate speech or bigotry.
YTPB matrix channel: For real-time discussions about bastards or to appeal mod actions in YPTB itself.
Some acronyms you might see.
- PTB - Power-Tripping Bastard: The commenter agrees with you this was a PTB mod.
- YDI - You Deserved It: The commenter thinks you deserved that mod action.
- BPR - Bait-Provoked Reaction: That mod probably overreacted in charged situation, or due to being baited.
- CLM - Clueless mod: The mod probably just doesn't understand how their software works.
Relevant comms
founded 5 months ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
This is an excerpt of OP's post in question:
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.
Which RFC says that? I just checked, and RFC6762 (Multicast DNS) says:
Also, as per (the immediately prior) RFC6761 ("Special-Use Domain Names"), RFC6762 explicitly adds .local to the IANA registry of special-use domain names.
HTH!
No one uses it? LMAO...I'm sorry that's just really funny, it's used everywhere behind the scenes. Almost every network has some amount of mDNS on it.
Not mine :)
Yes. It was even the suggested practice at one time:
https://en.m.wikipedia.org/wiki/.local
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, 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.
You would know if you could fucking read as it's linked pretty clearly in my post:
Links to:
Which is RFC 6762, which says:
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.
So? This has nothing to do with android's bizarre limitation on how it resolves .local.
HTH! KYS BTW!
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.
In my experience mDNS seems ubiquitous; almost every network connected device I've seen in the last couple decades has it enabled by default.
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? 🤔
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.
Also, please don't tell people to KYS :(
Again, having it enabled by default is not an issue. I have it enabled everywhere, as you said - it's the default. But, it's also the default that .local is resolved both via multicast and unicast.
Yes they do? Well at least in my case they do. As far as Unix/Linux I have Raspbian, Debian, OpenBSD, OpenWRT, SteamOS (had to hand-wring the DNS there tbf), Ubuntu, Mac OS and Kali and they all resolve just fine. I run my own recursive DNS server for internet and an authoritative zone for my local DNS, a domain ending in .local, and they all resolve .local via my server as is given to them by DHCP.
The Pi is definitely running Avahi and spamming multicast, when it attempts to resolve .local, it sends out multicast and unicast simultaneously, even with freshly flushed DNS cache.
That is very new though. .local is still default on fairly recent versions of Winserver (2016), as that article also specifies. I can attest this is also commonly still used by large businesses who don't want their AD to be related to their TLDs, RFC or no RFC, which makes the android implementation all the more idiotic.
Okay. I got a fuckload of insults and dismissal from peabrains ITT in comments above yours, so I may have gone too far in a few places.
I owe you an apology - I see now that my avahi systems are in fact also sending unicast
SOA? local.
when I resolve a.local
name, and presumably if my recursor told them it was responsible for it instead ofNXDomain
then I would resolve names through it.I was pretty sure that it doesn't do that, but before telling you that it doesn't I actually did a test and ran
tcpdump -ni any port 53 or port 5353
while resolving some .local names. i even noticed that there was that SOA query being sent to and from localhost (to systemd-resolved) but I saw no answer to it and figured that systemd-resolved was the thing silently ignoring that TLD. But: it turns out that the system I tested on has its systemd-resolved configured for DNSOverTLS so I wasn't seeing those SOA queries being sent on to the recursor on a different port 🤦Sorry!
It does seem to me like a regrettable choice of the RFC authors to allow both, though, as it is easy to accidentally have a situation where the recursor and mDNS return different answers which would lead to inconsistent results when querying both in parallel.