Skip to content

Conversation

TobiasGrave
Copy link

The return of the Variomedia API DNS record endpoint has changed a few months ago. A new pagination field has been added, which breaks the deletion of old DNS challenge TXT records (error message: "Empty record id, it seems no such record."). In order to skip the new pagination data, the field for the first cut command has to be changed from 2 to 3.

During testing, I found that the deletion of old DNS challenge TXT records with subdomain names that contain capital letters (e.g. acmetestXyzRandomName) also fails. To fix this problem, the grep command for the subdomain has to be case insensitive.

Copy link

Welcome
READ ME !!!!!
Read me !!!!!!
First thing: don't send PR to the master branch, please send to the dev branch instead.
Please read the DNS API Dev Guide.
You MUST pass the DNS-API-Test.
Then reply on this message, otherwise, your code will not be reviewed or merged.
Please also make sure to add/update the usage here: https://github.com/acmesh-official/acme.sh/wiki/dnsapi2
注意: 必须通过了 DNS-API-Test 才会被 review. 无论是修改, 还是新加的 dns api, 都必须确保通过这个测试.

@TobiasGrave
Copy link
Author

@Neilpang Neilpang merged commit 1b89e7c into acmesh-official:dev Aug 15, 2025
14 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants