diff --git a/dnsapi/dns_dnsever.sh b/dnsapi/dns_dnsever.sh index 5aa4fac0..ab543f5b 100644 --- a/dnsapi/dns_dnsever.sh +++ b/dnsapi/dns_dnsever.sh @@ -69,8 +69,6 @@ dnsever_txt() { fulldomain="$4" txt="$5" - _inithttp - response=$(_post "login_id=$login_id&login_password=$login_password" "https://kr.dnsever.com/index.html") if [ $? != 0 ] || [ -z "$response" ]; then _err "dnsever_txt:$action ERROR login failed. Please check https://kr.dnsever.com/index.html with login_id=$login_id login_password=$login_password"