Merge branch 'dev' into issue_4956

This commit is contained in:
vmmello
2024-11-05 11:07:20 -03:00
committed by GitHub
177 changed files with 4082 additions and 1881 deletions

View File

@@ -1,7 +1,12 @@
#!/usr/bin/env sh
#Original Author: Philipp Grosswiler <philipp.grosswiler@swiss-design.net>
#v4 Update Author: Aaron W. Swenson <aaron@grandmasfridge.org>
# shellcheck disable=SC2034
dns_linode_v4_info='Linode.com
Site: Linode.com
Docs: github.com/acmesh-official/acme.sh/wiki/dnsapi#dns_linode_v4
Options:
LINODE_V4_API_KEY API Key
Author: Philipp Grosswiler <philipp.grosswiler@swiss-design.net>, Aaron W. Swenson <aaron@grandmasfridge.org>
'
LINODE_V4_API_URL="https://api.linode.com/v4/domains"
@@ -140,6 +145,7 @@ _get_root() {
return 1
fi
_debug "Querying Linode APIv4 for hosted zone: $h"
if _H4="X-Filter: {\"domain\":\"$h\"}" _rest GET; then
_debug "Got response from API: $response"