We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86d1456 commit 06abdebCopy full SHA for 06abdeb
2 files changed
bin/dns/zone/create/examples.md
@@ -7,5 +7,5 @@
7
# Create zone and probe current DNS nameserver to guess DNS records
8
9
```bash
10
-h1 dns zone create --zone 'my-domain.tld' --type public --dns-probing
+{{command_name}} --zone 'my-domain.tld' --type public --dns-probing
11
```
docs/dns.md
@@ -141,7 +141,7 @@ h1 dns zone create --name my-domain.tld --type public
141
#### Create zone and probe current DNS nameserver to guess DNS records
142
143
144
-h1 dns zone import --zone 'my-domain.tld' --nameserver 8.8.8.8
+h1 dns zone create --zone 'my-domain.tld' --type public --dns-probing
145
146
147
### Required arguments
0 commit comments