Three ways to bring a domain here, how to edit A / CNAME / MX / TXT records, and how to confirm it worked
There are three routes; you only need one. Route 1 is the easiest to live with because everything is then edited inside this panel.
| Route | What you do | Best when |
|---|---|---|
| 1. Use our nameservers | Change the nameservers at your registrar to th1ns1.f4host.com and th1ns2.f4host.com | You want to manage every record from this panel |
| 2. Set an A record yourself | At your current DNS provider (e.g. Cloudflare) point the domain and www to 157.254.192.88 | Your DNS already lives elsewhere and you want to keep it |
| 3. Through the Cloudflare API | An administrator adds a Cloudflare API Token in Settings; records are then editable from the site's DNS tab | The domain sits in the server owner's Cloudflare account |
th1ns1.f4host.com and th1ns2.f4host.com.www pointing at 157.254.192.88, and a basic SPF TXT record.If you would rather not move the nameservers, add these two records wherever your DNS lives now.
| Type | Name | Value |
|---|---|---|
| A | @ (the domain itself) | 157.254.192.88 |
| A | www | 157.254.192.88 |
Open DNS β click the domain to see every record with add / edit / delete buttons. Supported types are A, AAAA, CNAME, MX, TXT, NS, SRV and CAA.
| Field | What to put in it |
|---|---|
| Name | @ means the domain itself Β· www means www.yourdomain Β· just the label, no need for the full name |
| Content | A = an IP Β· CNAME = a target hostname Β· MX = a mail server Β· TXT = free text such as SPF or a verification code |
| TTL | Use 0 for the system default. Lower means faster updates but more lookups. |
| Priority | MX only β a lower number is tried first. |
api.example.com, add a record named api inside the example.com zone. Creating a second, nested zone is refused because one name would then be served from two files.The zone page tells you directly β a green banner means delegated, amber means not yet β and shows the NS records the internet actually sees. You can also check from your own machine: