File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -215,8 +215,8 @@ _get_root() {
215215 return 1
216216 fi
217217
218- _authget " https://1984.hosting/domains/soacheck/?zone= $h &nameserver=ns0.1984.is. "
219- if _contains " $_response " " serial " && ! _contains " $_response " " null " ; then
218+ _authget " https://1984.hosting/domains/zonestatus/ $h /?cached=no "
219+ if _contains " $_response " ' "ok": true ' ; then
220220 _sub_domain=$( printf " %s" " $domain " | cut -d . -f 1-" $p " )
221221 _domain=" $h "
222222 return 0
@@ -250,7 +250,6 @@ _authget() {
250250}
251251
252252# Truncate huge HTML response
253- # Echo: Argument list too long
254253_htmlget () {
255254 export _H1=" Cookie: $One984HOSTING_CSRFTOKEN_COOKIE ; $One984HOSTING_SESSIONID_COOKIE "
256255 _response=$( _get " $1 " | grep " $2 " )
You can’t perform that action at this time.
0 commit comments