Skip to content

Commit 8126286

Browse files
[DNS] Update CLI commands to verify CF nameservers (#26212)
* Revise DNS commands in setup documentation Updated DNS verification commands for macOS/Linux and Windows. * Use placeholders and update windows commmands as well --------- Co-authored-by: Rebecca Tamachiro <[email protected]>
1 parent 5fa68ac commit 8126286

File tree

1 file changed

+9
-5
lines changed
  • src/content/docs/dns/zone-setups/full-setup

1 file changed

+9
-5
lines changed

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

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -113,13 +113,17 @@ When your domain is **Active**:
113113
- CLI commands will show your Cloudflare-assigned nameservers
114114

115115
```txt
116-
*Linux/Unix*
117-
dig <DOMAIN_NAME> +trace @1.1.1.1
118-
dig <DOMAIN_NAME> +trace @8.8.8.8
116+
*macOS/Linux*
117+
118+
whois <DOMAIN_NAME>
119+
dig ns <DOMAIN_NAME> @1.1.1.1
120+
dig ns <DOMAIN_NAME> @8.8.8.8
121+
dig <DOMAIN_NAME> +trace
119122
120123
*Windows*
121-
nslookup <DOMAIN_NAME> 1.1.1.1
122-
nslookup <DOMAIN_NAME> 8.8.8.8
124+
125+
nslookup -type=ns <DOMAIN_NAME> 1.1.1.1
126+
nslookup -type=ns <DOMAIN_NAME> 8.8.8.8
123127
```
124128

125129
:::note

0 commit comments

Comments
 (0)