mirror of
https://github.com/plantroon/acme.sh.git
synced 2024-11-20 13:21:44 +00:00
no supporting HTTP API as well
This commit is contained in:
parent
0b539a5977
commit
0d4904f05d
@ -14,10 +14,6 @@ dns_dynv6_add() {
|
||||
_get_keyfile
|
||||
_info "using keyfile $dynv6_keyfile"
|
||||
_your_hosts="$(ssh -i "$dynv6_keyfile" api@dynv6.com hosts)"
|
||||
<<<<<<< HEAD
|
||||
|
||||
=======
|
||||
>>>>>>> first attempt to make travis happy
|
||||
if ! _get_domain "$fulldomain" "$_your_hosts"; then
|
||||
_err "Host not found on your account"
|
||||
return 1
|
||||
|
Loading…
Reference in New Issue
Block a user