From 0ef996951015534ed6e79b1a1312b7e416d4d88d Mon Sep 17 00:00:00 2001 From: Matt Johnson Date: Mon, 24 Aug 2026 06:01:10 +0000 Subject: [PATCH] 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) --- vault/docs/software/dns.md | 5 ----- 1 file changed, 5 deletions(-) diff --git a/vault/docs/software/dns.md b/vault/docs/software/dns.md index e54fda8..7bd93ca 100644 --- a/vault/docs/software/dns.md +++ b/vault/docs/software/dns.md @@ -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 -```