Skip to content

Instantly share code, notes, and snippets.

@ddeveloperr
Last active November 1, 2023 09:42
Show Gist options
  • Save ddeveloperr/fa68dff9fddc1c7c9e47adb37a4cedcd to your computer and use it in GitHub Desktop.
Save ddeveloperr/fa68dff9fddc1c7c9e47adb37a4cedcd to your computer and use it in GitHub Desktop.
Netlify custom domain dns configuration with domain from namecheap
Please follow these steps to point your domain name from namecheap domain to the Netlify nameservers:
- Having logged into Namecheap account, go to your Domain List -> click 'Manage' next to the domain website.com -> locate the 'Nameservers' section;
- Choose ‘Custom DNS’ in the drop-down menu;
- Fill in your custom nameservers into empty lines;
4 lines in total :
dns1.p03.nsone.net
dns2.p03.nsone.net
dns3.p03.nsone.net
dns4.p03.nsone.net
- Save changes using a checkmark icon next to the nameservers.
It may take 24-48 hours for the DNS changes to be accepted globally. Please give it some time to propagate.
@jarvissilva937
Copy link

If you are looking to setup a custom domain at netlify then you need to first add the nameservers to your provider here is a complete tutorial on how to configure domain on netlify.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment