DNS-Challenge: fix DESec.io -> Fix return values in add txt record function#6602
DNS-Challenge: fix DESec.io -> Fix return values in add txt record function#6602rICTx-T1D wants to merge 2 commits intoacmesh-official:devfrom
Conversation
Changed return values for error handling in txt record addition. DESec.io create txt-record but PUT was indicated as failed
|
Welcome |
|
why return 0 when there is add error ? |
When return 1 or higher than 0, acme think its not okay and delete the fresh created dns record. DESec.io has return error but the record was successfully created and is displaying on GUI. Maybe the API doesn't retturn correct status code. But this is out over our scope here. |
Changed return values for error handling in txt record addition. DESec.io create txt-record but PUT was indicated as failed
Test pass OK