cross-posted from: https://lemmy.basedcount.com/post/113726
I couldn’t find any tools to check this, so I built one myself.
This is a little site I built: the Defederation Investigator defed.xyz. With it, you can get a comprehensive view of which instances have blocked yours, as well as which ones you are federated with.
The tool is open source and available on GitHub. Hopefully someone will find it useful, enjoy.
That’s very useful, thank you @Nerd02@lemmy.basedcount.com
Just to note if copying the URL you have to strip off the https:// or else it won’t work (maybe people just don’t copy that these days, but I ran in to that problem anyway).
Uh yeah that is true. This was a one afternoon project, so I kinda threw the frontend together without thinking too much of it. I guess truncating the protocol instead of relying on the users doing it makes sense.
Also: tested it on mobile. And my probe capitalized the first letter, returning an “instance not found”.
Noted, adding a forced
.toLowerCase()
. I’m implementing all of the feedback I’ve received thus far right now.Awesome!
@infamousbelgian@waste-of.space @Mane25@feddit.uk both changes have been pushed and deployed, thank you for your feedback.