1
0
mirror of https://github.com/go-acme/lego.git synced 2025-01-26 06:55:18 +02:00
Pavel Sobolev 755164c939
Add DNS provider for Timeweb Cloud (#2301)
Co-authored-by: Fernandez Ludovic <ldez@users.noreply.github.com>
2024-10-14 01:03:41 +02:00
..

There is an official API client but this client is completely broken:

  • the code is generated and the module name is github.com/GIT_USER_ID/GIT_REPO_ID
  • the code contains redeclared constants
  • Even with fixes to the module name and the redeclared constants, the module doesn't compile.

https://github.com/timeweb-cloud/sdk-go/pull/1

So, for now, this API client is unusable.