Browse Source

no supporting HTTP API as well

StefanAbl 5 years ago
parent
commit
06e7ebbdeb
1 changed files with 0 additions and 4 deletions
  1. 0 4
      dnsapi/dns_dynv6.sh

+ 0 - 4
dnsapi/dns_dynv6.sh

@@ -14,10 +14,6 @@ dns_dynv6_add() {
   _get_keyfile
   _info "using keyfile $dynv6_keyfile"
   _your_hosts="$(ssh -i "$dynv6_keyfile" [email protected] hosts)"
-<<<<<<< HEAD
-
-=======
->>>>>>> first attempt to make travis happy
   if ! _get_domain "$fulldomain" "$_your_hosts"; then
     _err "Host not found on your account"
     return 1