8 Commits

Author SHA1 Message Date
Lukas Brocke
a73fdbbb5b dnsapi/ionos: Use POST instead of PATCH for adding TXT record
The API now supports a POST route for adding records. Therefore
checking for already existing records and including them in a PATCH
request is no longer necessary.
2021-08-10 09:28:23 +02:00
Alexander Kulumbeg
58ff7722cd Revert "Syncing with the original repo (#2)"
This reverts commit c384ed960c138f4449e79293644c4d0ec937cef1.
2021-08-10 09:27:23 +02:00
Lukas Brocke
06b04cb60c dnsapi/ionos: Use POST instead of PATCH for adding TXT record
The API now supports a POST route for adding records. Therefore
checking for already existing records and including them in a PATCH
request is no longer necessary.
2021-08-10 09:25:09 +02:00
Lukas Brocke
f2dd9fd28b dnsapi/ionos: Change to root zone finding algorithm 2021-08-10 09:25:09 +02:00
Lukas Brocke
34af4bae6b dnsapi/ionos: Fixes for Solaris 2021-08-10 09:25:08 +02:00
Lukas Brocke
24599f69da dnsapi/ionos: Add support for v2 wildcard certificates 2021-08-10 09:25:08 +02:00
Lukas Brocke
2b7c991919 dnsapi/ionos: Run shfmt 2021-08-10 09:25:08 +02:00
Lukas Brocke
1191ba44ca dnsapi/ionos: Add API support for IONOS DNS API
The IONOS DNS API is in beta state, please read [1] on how to get
started.

PLEASE NOTE: The v2 wildcard certification creation [2] is not yet
supported as the IONOS API doesn't allow the creation of multiple TXT
records with the same domain name.

[1] https://beta.developer.hosting.ionos.de/docs/getstarted
[2] https://github.com/acmesh-official/acme.sh/issues/1261
2021-08-10 09:25:08 +02:00