Drop the stale add-cname example from dns.md
The restored godaddy-dns.py implements list, get-a and add-a only, so an add-cname example was documenting a subcommand that does not exist -- the same failure mode as the script the doc used to point at. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
1441234ef4
commit
0ef9969510
1 changed files with 0 additions and 5 deletions
|
|
@ -101,8 +101,3 @@ godaddy-dns.py add-a echo6.co auth 184.174.35.153
|
|||
```bash
|
||||
godaddy-dns.py add-a echo6.co mail 5.189.158.149
|
||||
```
|
||||
|
||||
### Create CNAME alias
|
||||
```bash
|
||||
godaddy-dns.py add-cname echo6.co alias target.echo6.co
|
||||
```
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue