Commit Graph

1440 Commits

Author SHA1 Message Date
957c3187fa fix format 2021-08-10 09:25:09 +02:00
fbf04e1d37 fix onecom api 2021-08-10 09:25:09 +02:00
78769ed894 Workaround for Solaris, as it does not support non-greedy regex 2021-08-10 09:25:09 +02:00
ee73d4e583 Catch the situation when the TXT record is updated with the same value 2021-08-10 09:25:09 +02:00
2ef8705b4f While [0-9]+ is a bit more correct than [0-9]*, the former does not seem to work on Solaris. 2021-08-10 09:25:09 +02:00
2899d69686 Fix typo 2021-08-10 09:25:09 +02:00
7a010a2b8c Improve the remove handling so it does not print errors 2021-08-10 09:25:09 +02:00
ae74ec7557 Fix checks 2021-08-10 09:25:09 +02:00
64e41a8056 Add wildcard certificate support for dns_constellix 2021-08-10 09:25:09 +02:00
0c76959b5a fix: prevent rate limit 2021-08-10 09:25:09 +02:00
d15a53b809 feat: add dns_porkbun 2021-08-10 09:25:09 +02:00
07809a4e6e fix format 2021-08-10 09:25:09 +02:00
b3b347769e Update dns_servercow.sh to support wildcard certs
Updated dns_servercow.sh to support txt records with multiple entries. This supports wildcard certificates that require txt records with the same name and different contents.
2021-08-10 09:25:09 +02:00
27725bb2d3 Update dns_servercow.sh to support wildcard certs
Updated dns_servercow.sh to support txt records with multiple entries. This supports wildcard certificates that require txt records with the same name and different contents.
2021-08-10 09:25:09 +02:00
282269885e fix format 2021-08-10 09:25:09 +02:00
a95bf7d374 fix https://github.com/acmesh-official/acme.sh/issues/3019 2021-08-10 09:25:09 +02:00
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
c705c5e778 Adds comment 2021-08-10 09:25:09 +02:00
56f032ee82 Fixes response handling and thereby allow issuing of subdomain certs 2021-08-10 09:25:09 +02:00
817ccba687 Update dns_dp.sh
没有encode中文字符会导致提交失败
2021-08-10 09:25:09 +02:00
2413baef55 feat: add huaweicloud error handling 2021-08-10 09:25:09 +02:00
b621185867 duckdns - fix "integer expression expected" errors (#3397)
* fix "integer expression expected" errors

* duckdns fix

* Update dns_duckdns.sh

* Update dns_duckdns.sh
2021-08-10 09:25:09 +02:00
f27ddc9c40 dnsapi/pdns: also normalize json response in detecting root zone 2021-08-10 09:25:09 +02:00
ad87b4b0c0 change name actor 2021-08-10 09:25:09 +02:00
dcf466695c change Author name 2021-08-10 09:25:09 +02:00
88997ef849 change arvan api script 2021-08-10 09:25:09 +02:00
ae670315f6 Change ipconfig.co to ifconfig.co
URL https://ipconfig.co/ip does not currently work, and since https://ifconfig.co/ip is mentioned on the DNS API wiki page, I assume these messages were a typo.
2021-08-10 09:25:09 +02:00
51d31d82cb update dnspod.com api 2021-08-10 09:25:09 +02:00
f2dd9fd28b dnsapi/ionos: Change to root zone finding algorithm 2021-08-10 09:25:09 +02:00
34af4bae6b dnsapi/ionos: Fixes for Solaris 2021-08-10 09:25:08 +02:00
24599f69da dnsapi/ionos: Add support for v2 wildcard certificates 2021-08-10 09:25:08 +02:00
2b7c991919 dnsapi/ionos: Run shfmt 2021-08-10 09:25:08 +02:00
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
488fc09433 fix format 2021-08-10 09:25:08 +02:00
fa7dfde08f Fixed issue with ISP config where the Client ID was asumed to be the same as the SYS User ID 2021-08-10 09:25:08 +02:00
1ef3efe793 _get_root now does not skip the first label of the domain 2021-08-10 09:25:08 +02:00
2629140d88 Added RackCorp API Integration 2021-08-10 09:25:08 +02:00
54dca4b5fa fix https://github.com/acmesh-official/acme.sh/issues/3156 2021-08-10 09:25:08 +02:00
177493ef44 Corrected regex for subdomains
A fix to handle subdomains of a duckdns domain.  I.e.  subdomain.mydomain.duckdns.org
Handles n number of subdomains
2021-08-10 09:25:08 +02:00
de4377f3a0 World4You shellcheck 2021-08-10 09:25:08 +02:00
573c0b1951 World4You code refactor 2021-08-10 09:25:08 +02:00
dc8513122e World4You Bugfix unable to parse paketnr 2021-08-10 09:25:08 +02:00
47ac086d5b fix: fix delete txt record and error mngtt 2021-08-10 09:25:08 +02:00
3b6f4c9260 fix: shell if 2021-08-10 09:25:08 +02:00
debb4d2922 feat: add comment and configure workflow ci test 2021-08-10 09:25:08 +02:00
cb84ad90bc feat: add scaleway provider 2021-08-10 09:25:08 +02:00
054f4fa099 Correct sed regex
Corrects issue #3285.

The '?' character after a group is not supported in POSIX Basic Regular Expressions. Replacing it with '\{0,1\}' retains the same functionality and also works on non-GNU systems.
2021-08-10 09:25:08 +02:00
8950ffcc5e Merge pull request #3256 from jakelamotta/dev
Adds DNS-API support for Simply.com
2020-12-02 11:00:08 +08:00
be43cebf7d World4You Mac fix 2020-11-30 20:01:43 +01:00
f38317d01f World4You Mac debug 2020-11-30 19:56:48 +01:00