What web server are you using? Apache? Nginx? CORS is pretty simple to solve.
Apache: ```Header set Access-Control-Allow-Origin "*"```
Nginx: ```add_header Access-Control-Allow-Origin *;```
what exactly isn't working?
You can also snag a NIP-05 if you can't get yours to work from nostrplebs.com