Point your domain to our server by adding an A record in your domain registrar's DNS settings.
| Type | Name/Host | Value/Points To | TTL |
|---|---|---|---|
A |
@ |
server-ip-addr |
300 |
A |
www |
server-ip-addr |
300 |
The @ record handles example.com.
The www record handles www.example.com.
Set both if you want both to work.
If your site uses a subdomain (e.g., blog.example.com), create the A record with the subdomain name:
| Type | Name/Host | Value | TTL |
|---|---|---|---|
A |
blog |
server-ip-addr |
300 |
A, Name to @, IPv4 to server-ip-addrA Record, Host: @, Value: server-ip-addr, TTL: AutomaticA, Name: @, Value: server-ip-addr, TTL: 600After updating DNS records, changes typically propagate within 5-30 minutes, but can take up to 48 hours in rare cases.
You can check propagation status using online tools like dnschecker.org.
@ and www.