Silver Zimmermann on Nostr: I'm trying to get NIP-05 working. Following this guide: ...
I'm trying to get NIP-05 working. Following this guide: https://lhote.me/posts/nip05-guide/
I'm using Hostinger. Where should I make the .well-known folder? Public_html? For cors, can I use .htaccess?
<IfModule mod_headers.c>
Header set Access-Control-Allow-Origin "*"
</IfModule>
I'm using Hostinger. Where should I make the .well-known folder? Public_html? For cors, can I use .htaccess?
<IfModule mod_headers.c>
Header set Access-Control-Allow-Origin "*"
</IfModule>