I'm trying to set up a domain parking service, similar to Sedo, where you can simply point your domain to my nameservers and my landing page will be displayed.
What I've done:
- I set up a Digital Ocean droplet to host my website/landing page, using the Node.js quickstart configuration. This site can be found on https://www.parkedforgood.com.
- Then I followed this tutorial for creating vanity nameservers, and created ns1/ns2/ns3.parkedforgood.com.
- I created my glue records on NameCheap pointing to the DO nameserver IPs.
- Then I tried to park my first domain, http://coolpatterns.net, by pointing it to ns1/ns2/ns3.parkedforgood.com.
You can see all my records at https://imgur.com/a/Rfn9j9W.
However, the domain I parked is throwing an error: DNS_PROBE_FINISHED_NXDOMAIN
Is something set up incorrectly or am I just mistaken as to how this is supposed to work.