Fediseer & DNS TXT records

An overseer giant orb, surrounded in benevolent chains of trust is observing DNS TXT records, surreal swirling visuals with beautiful fractal illustration

Fediseer has until now been only able to determine admins of a fediverse instance via the instance API. This worked fine for software like lemmy which display all their admins in the API, but created issues with instances which either obfuscated admin accounts (like mastodon), or which didn't display them at all.

To work around this, I've now developed a method where any instance admins with access to their DNS records can set a TXT record for their domain which list additional people who can get fediseer admin rights. This will be added on-top of the admins discovered via nodeinfo and API calls from the instance software.

To utilize this approach, simply add a DNS TXT record to your instance like so

fediseer-admins=user1,user2,user3,...

The comma-separated values will then be separated into individual users and any instance admin on that list can then claim their instance on the Fediseer.

This update also pushes a few more fixes, such as hiding the guarantee solicitations over than a month old (you can still see them with a switch), and fixing our mastodon proxy integration.