hostup
e321b3c75c
Update dns_hostup.sh
4 days ago
hostup
03d8d3bc1b
Update dns_hostup.sh
4 days ago
Erfan Gholizade
f85de2b0d3
Added Sotoon dns api
handle the case of metadata 404 in old api domains
fix index of domain start
fix shfmt
Revert "handle the case of metadata 404 in old api domains"
This reverts commit 9fe4616664 .
fix 404 on dot ad hyphen
fix shfmt
3 weeks ago
Ivan Mirić
1413aa332b
fix: update Exoscale DNS script
This updates the Exoscale DNS script to work with v2 of their API.
3 weeks ago
Markus G.
ad3783170e
Fix formatting issues in dns_mgwm.sh script
2 weeks ago
Gilles Filippini
329dab9a67
Use '_mutable' functions for authentication variables
Fixes #6081 .
1 month ago
Markus G.
f142f37064
Remove DNS provider information comment
Removed comment about DNS provider information.
3 weeks ago
Markus G.
0d2955b48d
Update documentation links in dns_mgwm.sh
3 weeks ago
Markus G.
95da407de8
Refactor DNS API script to use new request function
3 weeks ago
Markus G.
503ca1e9c2
Change MGWM_API_BASE to use IP address
3 weeks ago
Markus G.
d8722c46d9
Consolidate API request logic in dns_mgwm.sh
Refactor DNS API functions to use a unified request handler.
3 weeks ago
Markus G.
546c2d47d5
Refactor DNS API for mgw-media.de
Updated DNS API script for mgw-media.de to use new base URL and improved API request structure.
3 weeks ago
Markus G.
2ba615555c
Refactor dns_mgwm.sh for improved API interaction
Refactor MGWM API script to improve clarity and functionality. Update API endpoint and streamline credential handling.
3 weeks ago
Markus G.
e94c6be4a1
Update MGWM API endpoint to IPv4
3 weeks ago
Markus G.
11eaad1fa7
Update API URLs to include .php extension
3 weeks ago
Markus G.
daf7f7c268
Refactor dns_mgwm.sh for better API integration
Refactor DNS API script to improve credential handling and update API endpoint.
3 weeks ago
ufozone
4965c704d7
Initial commit for mgw-media.de
3 weeks ago
neil
3b2c2b16b2
minor
3 weeks ago
neil
45cb36f6d9
fix https://github.com/acmesh-official/acme.sh/issues/6246#issuecomment-3610998032
3 weeks ago
hostup
51b4fa0080
Update dns_hostup.sh
3 weeks ago
hostup
64a6ea68fa
Update dns_hostup.sh
3 weeks ago
hostup
d97b4477b2
Update dns_hostup.sh
3 weeks ago
hostup
b8e394e76a
Update dns_hostup.sh
bug fix Omnios fial
3 weeks ago
hostup
9980ad0fef
add HostUp DNS
3 weeks ago
Stefan Riegel
36b8ca2bc0
Fix shfmt formatting: Remove trailing whitespace
4 weeks ago
Stefan Riegel
890ab4a7bb
Refactor dns_infoblox_uddi.sh: Fix zone detection and add wildcard cert support
- Added _get_root() helper function for proper zone detection
- Fixed zone ID extraction to match dns/auth_zone/* pattern
- Added _infoblox_rest() wrapper for API calls with proper auth
- Improved error handling for authentication failures
- Added support for wildcard certificates (multiple TXT records)
- Filter by exact txtvalue when deleting records
- Follow acme.sh best practices and conventions
Tested with:
- Standard domain certificates
- Wildcard certificates (*.domain.com)
- Multiple subdomains
- Staging and production Let's Encrypt
4 weeks ago
Stefan Riegel
490b9e2d09
Clean up debug statements
4 weeks ago
Stefan Riegel
ca35e8c118
Fix zone_id extraction to query correct zone
4 weeks ago
Stefan Riegel
eeb91de6a3
Replace jq with shell-based JSON parsing
4 weeks ago
Stefan Riegel
657b7195d6
Fix Authorization header format
4 weeks ago
Stefan
5c6d8aacbe
Add files via upload
4 weeks ago
SunMar
c5566eafeb
fix "dns_aws.sh: line 164: _error: command not found" #6443
4 weeks ago
asavin
75ee17aeeb
Remove unecessary base64 encoding
1 month ago
Mason
a9f96bf709
Reformat using shfmt
1 month ago
Mason
c950b67e4b
Adapting to Cloudflare's new response
1 month ago
Peter Lindegaard Hansen
d187b982eb
Update dns_curanet.sh
2 months ago
Peter Lindegaard Hansen
b7c8601540
Update dns_curanet.sh
2 months ago
Philipp Klapp
5f81460504
Wait for Hetzner Cloud DNS actions to complete before returning
2 months ago
Philipp Klapp
b65f432ee0
Normalize Hetzner zone names to punycode
2 months ago
asavin
ef76831d37
Addressing #pullrequestreview-3353279982
2 months ago
An
65bd3d67b4
nanelo dns: minor log improvements
2 months ago
asavin
c4671272c0
Yet another push to try the test suite
2 months ago
Vmichelin
25c564bae1
fix #6555 : ovh dns api enable to remove record
2 months ago
Philipp Klapp
3c3ec2c97c
Script created for Hetzner Cloud
2 months ago
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>
4 months ago
An
d8a92a2e65
switch nanelo api to post requests
4 months ago
An | Anton Röhm
5aa964cde9
Formatting
using shfmt to format the code
4 months ago
An | Anton Röhm
31d7264583
Fix pattern matching for best zone selection
4 months ago
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
4 months ago
Tobias Grave
bcf0afb25e
Variomedia API: Fix DNS deletion issues
4 months ago