Edit CNAME
See original GitHub issueHow do I edit a CNAME record? I home baked my own cloudflare shell script until I found this amazing repo. But I need to update CNAME for my DNS failover mechanism.
I’ve tried all possible combinations and none seem to work?
# cfcli -t CNAME edit app b.domain.co.za
Error: No matching records found
But app.domain.co.za
does exist!
If this cannot be done then we need to update docs?
Issue Analytics
- State:
- Created 5 years ago
- Comments:6 (3 by maintainers)
Top Results From Across the Web
Edit a CNAME record | Domains - GoDaddy Help US
Edit a CNAME record · Sign in to your GoDaddy Domain Portfolio. (Need help logging in? · Select alt name for the image...
Read more >How to Update CNAME Aliases - Canonical Name - DNS ...
Log in to your Domains Dashboard. · On the dashboard, select the domain that you wish to update the CNAME record. · Choose...
Read more >How To Create & Edit CNAME - Bluehost.com
Editing a CNAME · Log into your Bluehost Hosting Account · Legacy: Select the DNS Zone Editor icon in the Domains section. ·...
Read more >Add a CNAME record to your domain's DNS records
Go to your domain's DNS records. Add a record to your DNS settings, selecting CNAME as the record type. Return to the first...
Read more >Managing CNAME Records - DNSimple Help
To update a CNAME record · In the record editor, search for the record and click on the pencil icon to edit it....
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
No problem. No I meant that based on your original message
app would be the CNAME and b.domain.co.za would be the value wish to set it to
adding -q content:a.domain.co.za will only affect records with that specific content value
Wonderful thank you Daniel, I will give it a go. However I think you mean?
cfcli -t CNAME edit b.domain.co.za -q content:a.domain.co.za