All I have to do to host my own NIP-05 is:
Make a .well-known directory and inside that directory make a nostr.json and inside that json do something like
{
"names":
{ "_": "npub" }
}
Right?
I seem to be having issues getting it to actually show as valid on amethyst
#asknostr