dns_dynv6: Allow challenge strings that contain "id"#6746
dns_dynv6: Allow challenge strings that contain "id"#6746neilpang merged 3 commits intoacmesh-official:devfrom
Conversation
If the random dns challenge string happens to contain 'id', the parsing method passed a broken, mingled mix of the record's data and id field, instead of just the id. As a result, deleting the TXT record failed. We now specifically look for '"id":', which cannot appear as part of the challenge string.
|
Welcome |
PR against dev branch, API test finished successfully. We should be good 👍 |
See commit message of the "fix(dynv6)" commit for details