Skip to content

Commit a6c28c4

Browse files
Revise DNS commands in setup documentation
Updated DNS verification commands for macOS/Linux and Windows.
1 parent 1226256 commit a6c28c4

File tree

1 file changed

+7
-4
lines changed
  • src/content/docs/dns/zone-setups/full-setup

1 file changed

+7
-4
lines changed

src/content/docs/dns/zone-setups/full-setup/setup.mdx

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -111,11 +111,14 @@ When your domain is **Active**:
111111
- Your domain will have a [status](/dns/zone-setups/reference/domain-status/) of **Active** on the **Websites** page of your account.
112112
- Online tools such as [https://www.whatsmydns.net/](https://www.whatsmydns.net/) will show your Cloudflare-assigned nameservers (most of these tools use cached query results, so it may take longer for them to show the updated nameservers).
113113
- CLI commands will show your Cloudflare-assigned nameservers
114-
114+
*macOS / Linux*
115115
```txt
116-
*Linux/Unix*
117-
dig <DOMAIN_NAME> +trace @1.1.1.1
118-
dig <DOMAIN_NAME> +trace @8.8.8.8
116+
whois s.uk.com
117+
whois uk.com
118+
dig NS uk.com +short
119+
dig NS s.uk.com +short
120+
dig +trace s.uk.com
121+
119122
120123
*Windows*
121124
nslookup <DOMAIN_NAME> 1.1.1.1

0 commit comments

Comments
 (0)