]> git.proxmox.com Git - mirror_acme.sh.git/commitdiff
no supporting HTTP API as well
authorStefanAbl <st.ablassmeier@pm.me>
Mon, 13 Jul 2020 13:42:45 +0000 (15:42 +0200)
committerStefanAbl <st.ablassmeier@pm.me>
Fri, 28 Aug 2020 17:19:43 +0000 (19:19 +0200)
dnsapi/dns_dynv6.sh

index 473bb243b39a94d16b6373262ac558b38e5e45a8..dce7ce5faab46bf8300e1d340f2ccb8d3c17a6e8 100644 (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