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:
Matt Johnson 2026-08-24 06:01:10 +00:00
commit 0ef9969510

View file

@ -101,8 +101,3 @@ godaddy-dns.py add-a echo6.co auth 184.174.35.153
```bash ```bash
godaddy-dns.py add-a echo6.co mail 5.189.158.149 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
```