mirror of
https://github.com/acmesh-official/acme.sh.git
synced 2026-01-04 20:32:19 +08:00
Merge branch 'dev' into issue_4956
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user