Commit Graph

14 Commits (5048c6c22a19ae31006c3d5fa6a15733045fd4f8)

Author SHA1 Message Date
Ben Edmunds 68c5c366f4 dnsapi update dynu for api v2
neilpang eef4acd07d fix https://github.com/Neilpang/acme.sh/issues/874
shar0119 2310a9bbc0 Removed grep -Po
Removed usage of grep -Po.
shar0119 8470c60e06 Using _egrep_o() instead of grep -o -e
Modified code to use egrep instead of grep -o -e.
shar0119 394b1002b3 Corrected formatting error.
Part of dns_dynu_rm() impementation.
shar0119 9a61d6293d Implemented dns_dynu_rm()
Implemented dns_dynu_rm() method.
shar0119 6d7f6750e9 Updated author name and link to report bugs
shar0119 695482ded7 Added author name and link to report bugs
shar0119 e137792efd Commented out Dynu_ClientId and Dynu_Secret
shar0119 b7b934913e Removed unnecessary spaces
shar0119 cd8fcbf9c6 Spaces in assignment removed.
shar0119 d0300d4443 Changes as requested per Commit 9c90b21
In dnsapi/dns_dynu.sh line 115:
  export _H1="Authorization: Basic $(printf "%s" "$Dynu_ClientId:$Dynu_Secret" | _base64)"
         ^-- SC2155: Declare and assign separately to avoid masking return values.
shar0119 5c78e0a462 removed source acme.sh
shar0119 7044236824 Create dns_dynu.sh
Add DNS API support for Dynu.