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 @@ -211,8 +211,8 @@ _get_root() {
211211 return 1
212212 fi
213213
214- _authget " https://1984.hosting/domains/soacheck/?zone= $h &nameserver=ns0.1984.is. "
215- if _contains " $_response " " serial " && ! _contains " $_response " " null " ; then
214+ _authget " https://1984.hosting/domains/zonestatus/ $h /?cached=no "
215+ if _contains " $_response " ' "ok": true ' ; then
216216 _sub_domain=$( printf " %s" " $domain " | cut -d . -f 1-" $p " )
217217 _domain=" $h "
218218 return 0
@@ -246,7 +246,6 @@ _authget() {
246246}
247247
248248# Truncate huge HTML response
249- # Echo: Argument list too long
250249_htmlget () {
251250 export _H1=" Cookie: $One984HOSTING_CSRFTOKEN_COOKIE ; $One984HOSTING_SESSIONID_COOKIE "
252251 _response=$( _get " $1 " | grep " $2 " )
You can’t perform that action at this time.
0 commit comments