2
0
mirror of https://github.com/acmesh-official/acme.sh synced 2025-08-30 22:05:34 +00:00

no supporting HTTP API as well

This commit is contained in:
StefanAbl
2020-07-13 15:42:45 +02:00
parent a83b16e12a
commit 06e7ebbdeb

View File

@@ -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