wardhus
88a9787075
Merge 6100911a5f into 3198c1af6e
3 days ago
neil
3198c1af6e
fix https://github.com/acmesh-official/acme.sh/issues/6856#issuecomment-4054175916
3 days ago
neil
fc8a61f10f
update
3 days ago
neil
cc677ba9f1
minor
1 week ago
Ludwig
03860a4978
dnsapi/dns_me: ignore "already exists" error for multi-domain support ( #6830 )
1 week ago
Ward
6100911a5f
Add Calrissia.be API
2 weeks ago
neil
da5e818907
Merge pull request #6796 from Tra5is/add_technitium_expiry_ttl
Add Expiry TTL option for Technitium DNS API
2 weeks ago
Travis
f0146bd90e
shfmt edit
2 weeks ago
Tra5is
20722ea030
Merge branch 'dev' into add_technitium_expiry_ttl
2 weeks ago
neil
fdd2e4f19a
add copilot
2 weeks ago
neil
89c86efc56
Merge pull request #6793 from ecm75/fix_kemplm
fixed checking for existing domain on loadmaster
3 weeks ago
Eike-Christian Müller
8ca1c83b95
Fixed missing error return value when certificate upload fails.
3 weeks ago
neil
8304d3e323
Merge pull request #6800 from pgerber/ipv6-debug
Fix IPv6 URL when trying to fetch challenge ourselves for debugging
3 weeks ago
Peter Gerber
b5bfd08e35
Fix IPv6 URL when trying to fetch challenge ourselves for debugging
Fixes the following error when debugging is enabled:
[Sat Feb 21 04:00:22 CET 2026] Here is the curl dump log:
[Sat Feb 21 04:00:22 CET 2026] * URL rejected: Port number was not a decimal number between 0 and 65535
* closing connection #-1
IPv6 addresses in URLs need to be written like this:
http://[2001:43:5::250]
3 weeks ago
Travis
70f9e255d3
Add Expiry TTL option for Technitium DNS API
4 weeks ago
neil
12f147bf40
Merge pull request #6794 from infinitydev/pvefix
Add error check to Proxmox deploy hooks
4 weeks ago
infinitydev
bef0fdb1ae
check Proxmox Backup Server API response for errors
4 weeks ago
infinitydev
020a4bb5b3
check Proxmox VE API response for errors
4 weeks ago
emueller
acaaca89ab
fixed checking for existing domain on loadmaster
4 weeks ago
neil
bdfa988b65
Merge pull request #6436 from invario/localcopy-deploy-hook
Add 'localcopy' deploy-hook
1 month ago
neil
0e93d2bee1
Merge pull request #6786 from alexandergott-afk/dev
Allow more than one DNS server for HA environments #6785
1 month ago
alexandergott-afk
83424e7ba4
Add the information from my last accepted pull that the TSIG key is optional.
1 month ago
alexandergott-afk
5bc44caf50
Allow more than one DNS server for HA environments
1 month ago
alexandergott-afk
47412d1822
Update dns_nsupdate.sh
1 month ago
neil
f68a758974
Merge pull request #6775 from alexandergott-afk/master
Add some fixes for dns_nsupdate provider
1 month ago
alexandergott-afk
fb4ae10e08
Merge branch 'dev' into master
1 month ago
neil
824e7b3d80
Merge pull request #6709 from invario/docker-non-root-supercronic
Docker with non-root using supercronic
1 month ago
alexandergott-afk
34052e56d7
too many spaces removed
1 month ago
alexandergott-afk
3374c22169
Merge branch 'dev' into master
1 month ago
alexandergott-afk
4807df0c3e
Fix Tab
1 month ago
neil
b79146281c
Merge pull request #6767 from dga-nagra/panos-api-key
Fix bug + Allow panos deploy-hook to use PANOS_KEY
1 month ago
neil
ab3093d58c
Merge pull request #6472 from UncleVic/master
feat: #6471 add message_thread_id to telegram notifications
1 month ago
neil
c21db5c5d5
Change shebang to use env for portability
1 month ago
alexandergott-afk
ec0dc40ad8
Merge branch 'dev' into master
1 month ago
alexandergott-afk
7236ba2d7c
Update dns_nsupdate.sh
1 month ago
alexandergott-afk
b440e49164
Update dns_nsupdate.sh
1 month ago
neil
80e39eb63c
Merge pull request #6687 from kapouer/ssh-noscp-permissions
Ssh noscp permissions
1 month ago
dga-nagra
61e986f23c
Conditionnaly change permissions ( #1 )
1 month ago
David Gallay
6a60695549
Allowing panos deploy-hook to only depend on PANOS_KEY.
Previous version add bugs that were not properly using the _api_key.
It also enforced to provide PANOS_USER and PANOS_PASSWORD which can be very constraining.
PANOS_KEY now has precedence. If not provided, the script falls back to PANOS_USER and PANOS_PASSWORD.
1 month ago
neil
28c088611a
Merge pull request #6440 from jf-lines/dns_infomaniak_API_v2
dns_infomaniak: upgraded to API v2. v1 is deprecated.
1 month ago
JF DAGUIN
274fd53c83
Merge branch 'dev' into dns_infomaniak_API_v2
1 month ago
JF DAGUIN
a4595f334e
Merge branch 'acmesh-official:master' into dns_infomaniak_API_v2
1 month ago
JF DAGUIN
477277bd2d
Rewrite token scope and URL to add one
Updated comments for clarity and formatting.
1 month ago
neil
d8053ed6b2
Merge pull request #6760 from OpusDNS/add-opusdns-provider
[CLOUD-31] Add acme.sh OpusDNS provider
2 months ago
neil
e44809c180
Update acme.sh
2 months ago
Kilian Ries
9c245eb37a
fix: start zone detection from i=1 per acme.sh convention
2 months ago
Kilian Ries
713251c65b
Merge branch 'dev' into add-opusdns-provider
2 months ago
Kilian Ries
2e85e6f9bb
Fix zone detection: check for dnssec_status instead of name
The error response also contains 'name' in 'zone_name' field,
causing false positives. Check for 'dnssec_status' which only
exists in valid zone responses.
2 months ago
Kilian Ries
9e584e346d
Refactor: Add _opusdns_api helper, simplify code
- Added _opusdns_api() for all API requests
- Added _opusdns_init() for config initialization
- Removed duplicate code in add/rm functions
- Removed dead code (orphaned lines 173-178)
- Script now 158 lines (was 255, originally 379)
2 months ago
Kilian Ries
163eb1acb9
Simplify zone detection with API check
Instead of fetching all zones and matching, iterate through domain
parts and check each against the API until a valid zone is found.
Same approach as GoDaddy DNS plugin.
Example: _acme-challenge.test.example.com
- Try: test.example.com → 404
- Try: example.com → 200 ✓ → zone found!
Script reduced from 304 to 255 lines.
2 months ago