mirror of
https://github.com/acmesh-official/acme.sh.git
synced 2025-05-05 23:24:54 +00:00
To fit currecnt mydns.jp
Page design changed. So bit change is made at line 153 and no needs to retrieve DOMAIN INFO page
This commit is contained in:
parent
fd193eb08d
commit
eb87f74310
@ -159,17 +159,6 @@ _mydnsjp_retrieve_domain() {
|
|||||||
return 1
|
return 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
_debug "Retrieve DOMAIN INFO page"
|
|
||||||
|
|
||||||
#export _H1="Cookie:${cookie}"
|
|
||||||
|
|
||||||
#response="$(_get "$MYDNSJP_API/?MENU=300")"
|
|
||||||
|
|
||||||
#if [ "$?" != "0" ]; then
|
|
||||||
# _err "Fail to retrieve DOMAIN INFO."
|
|
||||||
# return 1
|
|
||||||
#fi
|
|
||||||
|
|
||||||
_root_domain=$(echo "$response" | grep "DNSINFO\[domainname\]" | sed 's/^.*value="\([^"]*\)".*/\1/')
|
_root_domain=$(echo "$response" | grep "DNSINFO\[domainname\]" | sed 's/^.*value="\([^"]*\)".*/\1/')
|
||||||
|
|
||||||
# Logout
|
# Logout
|
||||||
|
Loading…
x
Reference in New Issue
Block a user