curl aus debug entfernt

This commit is contained in:
Czechman 2023-01-11 22:48:31 +01:00
parent b4230fca45
commit ad56f41deb
1 changed files with 0 additions and 1 deletions

View File

@ -72,7 +72,6 @@ case "$1" in
type_pl="type=TXT"
content_pl="content=$3"
echo "fd=$full_domain, domain=$domain, praefix=$praefix, $content_pl $auth_h"
curl -s -X POST -d "$domain_pl" -d "$praefix_pl" -d "$type_pl" -d "$content_pl" -H "$auth_h" https://ipv64.net/api
;;
*)
echo "OOPS"