Hey, I want to use .eu.org domain name which requires an NS record to be filled beforehand of owning the domain completely. Is there anyway I can get an NS record with Gltich?
Glitch doesn’t offer a DNS. If your domain provider doesn’t have a DNS, instead you can set the NS (nameservers) to use any of the free DNS services around, such as Cloudflare (recommended), Freenom (not recommended).
So you’ll have:
Domain -> DNS -> Site host
mysite.eu.org eg. Cloudflare Glitch
set ns records to DNS set @ CNAME to Glitch edgeapp set custom domain mysite.eu.org
or A to IP address of edgeapp
Edit - set the custom domain on Glitch editor, gives you the url for edgeapp to put into the DNS.
3 Likes