Skip to content

Instantly share code, notes, and snippets.

@LuigiImVector
Created July 27, 2022 18:01
Show Gist options
  • Save LuigiImVector/1e8a3bdcc858027a71613c88fed78aa7 to your computer and use it in GitHub Desktop.
Save LuigiImVector/1e8a3bdcc858027a71613c88fed78aa7 to your computer and use it in GitHub Desktop.
Setup custom domain using Netlify and Register.it

Register.it and Netlify: Add custom domain

  1. "Add domain alias" and write the domain (Netlify)

  2. Go to "Configura DNS" (Register.it)

  3. Add this records:

    1. domain-name 900 A 75.2.60.5
    2. domain-name 900 A website-ip

    To find the website-ip:

> ping brave-mcclintock-bdff1a.netlify.app
Pinging brave-mcclintock-bdff1a.netlify.app [3.67.234.155] with 32 bytes of data:
[...]
  1. Wait and you are done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment