I'm a newbie in domain names, DNS etc.
I'm using surge.sh for deploying my app. Now I want to add a custom domain, that I registered using transIP, and I can't get it working. I set the IP address to 45.55.110.124
, as they explain here. All together, I entered the following settings:
- Name:
*
- TTL:
1 min
- Type:
A
- Address:
45.55.110.124
And another one, exactly the same but then using name @
:
- Name:
@
- TTL:
1 min
- Type:
A
- Address:
45.55.110.124
I created a test page that contains hello domain
, inside a simple html
file. Now, I deployed the page by moving to the folder that contains the html file and doing: surge ./ mydomain.io
.
I waited over 5 minutes and nothing is changing. Now, my questions are:
- What am I doing wrong?
- My domain provider suggests that I also use an IPv6 address, but which one should I use for Surge?
- Why is there an option of setting TTL longer than 1 minute, who wants to wait longer before their deploy comes online?