Commit Graph

2221 Commits (dev)

Author SHA1 Message Date
neil 28f8f56fa3
Merge pull request #6365 from OPPO9008/dev
dnsla api更新
2025-08-28 13:45:15 +08:00
neil b1f6b5314c
Merge pull request #5197 from aorith/dev
fix: rage4 - add error 400 and TXT cleanup
2025-08-28 13:42:03 +08:00
neil 10627e4974
Merge pull request #6473 from woutd/constellix-rate-limit
Add sleep before each REST call to Constellix to prevent rate limit
2025-08-19 10:05:37 +08:00
Tobias Grave bcf0afb25e Variomedia API: Fix DNS deletion issues 2025-08-15 09:02:57 +02:00
wout ab22c8ca1c Convert domain to lower case, needed for Constellix REST API 2025-08-12 19:04:19 +02:00
wout 1b5e66f9c2 Add sleep before each REST call to Constellix to prevent rate limit 2025-08-12 11:30:16 +02:00
keryfan 1f486fc9a5
Upload latest dev branch to master (#3)
* Fix for empty error objects in response breaking extraction of domain validation types

Fix for empty error objects in the response which mess up the extraction of domain validation types due to the closing brace in the error object prematurely matching the end of the search pattern.

This seems to be a recent change with ZeroSSL in particular where "error":{} is being included in responses.

There could potentially be a related issue if there is a complex error object ever returned in the validation check response where an embedded sub-object could lead to an incomplete extraction of the error message, roughly around line 5040.

Adapted from fix suggested here: https://github.com/acmesh-official/acme.sh/issues/4933#issuecomment-1870499018

* Add new dnsapi support for OpenProvider.eu using new REST API

* Cleanup duplicate debug log output based on DNS test run

* Resolve spellcheck error

* Configure 10 second timeout to ACME_DIRECTORY API call

* add support for AIX style netstat

* add

* fix for wiki

* minor

* minor

* wiki

* wiki

* dnsapi: dns_mydnsjp.sh fix author

The @epgdatacapbon was renamed to @tkmsst

Signed-off-by: Sergey Ponomarev <stokito@gmail.com>

* dnsapi: dns_ddnss.sh remove RaidenII from authors

He made the DuckDNS script that was used for this script but he can't support the script.

Signed-off-by: Sergey Ponomarev <stokito@gmail.com>

* dnsapi: fix authors: use @ for GitHub profiles

Signed-off-by: Sergey Ponomarev <stokito@gmail.com>

* dnsapi: dns_vultr.sh remove empty author

Signed-off-by: Sergey Ponomarev <stokito@gmail.com>

* dnsapi: dns_mijnhost.sh rearrange fields, use user docs instead of API docs

Signed-off-by: Sergey Ponomarev <stokito@gmail.com>

* dnsapi: fix Structured DNS Info

Signed-off-by: Sergey Ponomarev <stokito@gmail.com>

* Fix logged typo when running pre hook

* Run post hook when _on_before_issue errors

---------

Signed-off-by: Sergey Ponomarev <stokito@gmail.com>
Co-authored-by: Ciaran Walsh <ciaran@ciaran-walsh.com>
Co-authored-by: Lambiek12 <algemeen@lambiek12.nl>
Co-authored-by: Erwin Oegema <blablaechthema@hotmail.com>
Co-authored-by: laDanz <cdanzmann@gmail.com>
Co-authored-by: neil <github@neilpang.com>
Co-authored-by: neil <gitpc@neilpang.com>
Co-authored-by: Sergey Ponomarev <stokito@gmail.com>
Co-authored-by: David Beitey <david@davidjb.com>
Co-authored-by: Jan-willem van Kampen <Lambiek12@users.noreply.github.com>
2025-08-12 11:12:09 +03:00
OPPO9008 2bea808251
Update dns_la.sh 2025-07-02 21:15:46 +08:00
keryfan 289d895423
Merge branch 'dev' into master 2025-06-13 17:59:18 +03:00
OPPO9008 19678db933
Update dns_la.sh 2025-06-06 02:06:27 +08:00
neil 3d8b682380
Merge pull request #6380 from schlegel11/master
Cloudns provider: Fix missing api password encoding
2025-05-31 17:52:44 +02:00
Marcel Schlegel 28687ad7c7
Issue 3968: Fix missing api password encoding. 2025-05-31 15:02:25 +02:00
neil ed1adfd878
Merge pull request #6355 from ymol-spraaklab/dev
Set DNS Record TTL to 60 instead of 300 sec
2025-05-24 14:08:57 +02:00
neil 58a7b9ffa7
Merge pull request #6366 from stokito/patch-1
DNS API: fix structural info for new providers
2025-05-24 14:07:19 +02:00
YANGJINZE 8241b078ce
docs (dns_tencent) : update documentation links 2025-05-23 17:54:56 +08:00
OPPO9008 c8f1e41197
Update dns_la.sh 2025-05-20 20:29:44 +08:00
OPPO9008 cddf098f47
Update dns_la.sh 2025-05-20 20:28:59 +08:00
OPPO9008 500cfbc19c
Update dns_la.sh 2025-05-19 21:29:33 +08:00
Sergey Ponomarev 133ae8555a
dns_freemyip.sh: fix strutural info 2025-05-19 15:15:46 +03:00
Sergey Ponomarev f132010acb
dns_edgecenter.sh: fix structural info 2025-05-19 15:08:54 +03:00
ymol-spraaklab 426305dc33
Merge branch 'dev' into dev 2025-05-19 10:49:48 +02:00
OPPO9008 9e7d1b9ce7
Update dns_la.sh 2025-05-19 13:16:30 +08:00
OPPO9008 e0da5f1703
Update dns_la.sh 2025-05-19 09:49:21 +08:00
neil fdeaf861e3
Merge pull request #6197 from xvybihal/dns_active24v2
dns_active24: rewrite for supporting new v2 API
2025-05-17 16:35:59 -04:00
ymol-spraaklab b82f6801cd
Set DNS Record TTL to 60 instead of 300 sec 2025-05-16 15:40:36 +02:00
Adrian Fedoreanu 184cb0b9a8
dns_1984.hosting.sh: fix session cookie name 2025-05-15 16:01:24 +02:00
keryfan f34d4bd6da
Merge branch 'acmesh-official:master' into master 2025-05-08 16:26:10 +02:00
Josef Vybíhal 8a4b436314
Merge branch 'acmesh-official:master' into dns_active24v2 2025-05-05 15:48:45 +02:00
Josef Vybíhal 42aaf7c2a0
dns_active24: rewrite for supporting new v2 API 2025-05-05 15:48:02 +02:00
neil b0535d8b40
Merge pull request #6306 from Meo597/dns-spaceship
Add Spaceship DNS API
2025-04-27 18:38:38 +02:00
Meo597 8b4d93cc14 Spaceship: fix doc 2025-04-28 00:32:46 +08:00
Meo597 e2d0923122 Spaceship: replace ~/.acme.sh with $LE_CONFIG_HOME for configurable paths 2025-04-28 00:18:23 +08:00
Meo597 2928d84339 Spaceship: replace debug with debug2 for detailed output in complex debugging 2025-04-28 00:04:49 +08:00
Meo597 d01aefd1eb Spaceship: i starts from 1 2025-04-25 05:24:05 +08:00
Meo597 e1d447847f Spaceship: fix domain conf 2025-04-25 05:21:52 +08:00
neil bed1c311e3
Merge pull request #6283 from tklk-forks/azure-managed-identities-endpoint
Azure: Use endpoint environment variable for managed identities if set
2025-04-23 21:52:07 +02:00
rka 2d365efe56 Add Edgecenter DNS API 2025-04-18 02:48:48 +03:00
Meo597 827315e059 Spaceship: valid api response 2025-04-15 21:02:46 +08:00
Meo597 e55a54f3d4 Spaceship: fix get_root 2025-04-15 21:02:46 +08:00
Meo597 5e8b40faf6 Spaceship: fix rm 2025-04-15 21:02:46 +08:00
Meo597 45b9982172 Add Spaceship DNS API 2025-04-15 21:02:45 +08:00
techknowlogick dd29f970a2 Use endpoint environment variable for managed identities if set
Some environments in azure don't use the default metadata endpoint, and instead inject an env var that should be used.
2025-03-31 10:47:49 -04:00
keryfan b6a9a1a7ee
Merge branch 'dev' into master 2025-03-31 11:03:27 +03:00
neil a16ccf40c2
Merge pull request #6198 from lindsayzhou/fix-dns-netzner-error-regexp
fix regex of matching hetzner dns api error responses
2025-03-23 21:07:24 +01:00
kir 29342e036f Update _get_root url in dnsapi/dns_fornex.sh 2025-03-11 08:07:38 +00:00
Markku Leiniö 262fa74f5e dns_he_ddns: Add empty dns_he_ddns_rm() to remove warnings 2025-03-05 19:45:01 +02:00
Giovannimaria Gandossi dd2199c472 Adding support for FreeMyIP dns API 2025-02-24 17:03:22 +01:00
neil 384f0fb89a
Merge pull request #6242 from NerLOR/master
dns_world4you: Adapt to change in world4you.com
2025-02-23 09:25:10 +01:00
Lorenz Stechauner 1d628bcf9e dns_world4you: Adapt to change in world4you.com 2025-02-22 18:56:15 +01:00
ARNik 26a5d48f63 dnsapi: Beget.com fix case-sensitive domain names 2025-01-16 21:57:41 +03:00