Commit Graph

2239 Commits (dev)

Author SHA1 Message Date
neil 90e6c9b87b
Merge pull request #6629 from WongIong/patch-1
Adapting to Cloudflare's new response
2025-11-19 20:51:34 +01:00
Mason a9f96bf709
Reformat using shfmt 2025-11-20 00:29:44 +08:00
Mason c950b67e4b
Adapting to Cloudflare's new response 2025-11-19 23:27:45 +08:00
neil 77805086d0
Merge pull request #6563 from PKlapp/dns_hetznercloud
Add Hetzner Cloud DNS provider (dns_hetznercloud)
2025-11-18 21:11:39 +01:00
An | Anton Röhm 762b140808
Merge branch 'acmesh-official:master' into patch-1 2025-11-09 20:58:12 +01:00
Peter Lindegaard Hansen d187b982eb
Update dns_curanet.sh 2025-11-03 18:14:27 +01:00
Peter Lindegaard Hansen b7c8601540
Update dns_curanet.sh 2025-11-03 16:18:15 +01:00
Philipp Klapp 5f81460504 Wait for Hetzner Cloud DNS actions to complete before returning 2025-11-02 04:07:58 +01:00
Philipp Klapp b65f432ee0 Normalize Hetzner zone names to punycode 2025-11-01 13:44:11 +01:00
An 65bd3d67b4
nanelo dns: minor log improvements 2025-10-14 15:51:28 +02:00
Vmichelin 25c564bae1 fix #6555 : ovh dns api enable to remove record 2025-10-14 10:10:19 +02:00
Philipp Klapp 3c3ec2c97c Script created for Hetzner Cloud 2025-10-13 09:05:59 +02:00
benyamin-codez d76f4b27b0 dnsapi/dns_opnsense.sh: Refresh for OPNsense v25.7 series
Updates the dns_opnsense.sh Bourne shell script for OPNSense v25.7 series:

1. Fixes historical error in rm_record() [used incorrect response variable]
2. Improves debug messaging in rm_record()
3. Fixes _get_root() for change in OPNsense API
    * Response is now split into pseudo-rows
    * We now iterate through pseudo-rows for matching domainname field
4. Fixes _existingchallenge() for change in OPNsense API
    * Fixes unreliable regex for uuid
    * Adds domain regex and %domain field
5. Fixes historical error in _existingchallenge() [incorrect variable syntax]

Resolves #6467

Signed-off-by: benyamin-codez <115509179+benyamin-codez@users.noreply.github.com>
2025-09-15 15:50:48 +10:00
An d8a92a2e65
switch nanelo api to post requests 2025-09-08 21:32:15 +02:00
An | Anton Röhm 7eb0ce6e90
Merge branch 'dev' into patch-1 2025-09-07 17:19:02 +02:00
An | Anton Röhm 5aa964cde9
Formatting
using shfmt to format the code
2025-09-07 17:17:51 +02:00
An | Anton Röhm 31d7264583
Fix pattern matching for best zone selection 2025-09-07 17:14:06 +02:00
An | Anton Röhm 93dc22a71f
Support Nanelo DNS Team- & Workspace-specific API keys
Nanelo Team- and Workspace-specific API keys require the "domain" parameter to be set containing the DNS zone name (unlike the Domain-specific API keys).
So I've added a function to detect the root DNS zone and set the required parameter as described here: https://github.com/acmesh-official/acme.sh/wiki/DNS-API-Dev-Guide#3-detect-which-part-is-your-root-zone
2025-09-07 16:57:10 +02:00
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