curl aus debug entfernt
This commit is contained in:
parent
b4230fca45
commit
ad56f41deb
|
|
@ -72,7 +72,6 @@ case "$1" in
|
||||||
type_pl="type=TXT"
|
type_pl="type=TXT"
|
||||||
content_pl="content=$3"
|
content_pl="content=$3"
|
||||||
echo "fd=$full_domain, domain=$domain, praefix=$praefix, $content_pl $auth_h"
|
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"
|
echo "OOPS"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue