Created
June 24, 2025 02:19
-
-
Save fu-sen/f65b6f0adef41721974e7aab7a6733f9 to your computer and use it in GitHub Desktop.
Reocities (reocities.xyz) response status - sh
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
while true | |
do | |
curl 'https://www.reocities.xyz/' -H 'Accept-Encoding: gzip, deflate, sdch' -H 'Accept-Language: ja,en-US;q=0.9,en;q=0.8' -H 'Upgrade-Insecure-Requests: 1' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/137.0.0.0 Safari/537.36' -H 'Accept:text/html, application/xhtml+xml, application/xml;q=0.9, image/avif, image/webp, image/apng, */*;q=0.8, application/signed-exchange;v=b3;q=0.9' -H 'Connection: keep-alive' --compressed -o /dev/null -w "%{time_starttransfer} %{http_code} %{errormsg}\n" -s | |
sleep 600 | |
done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I also have a Reocities status page here.
https://reocities-status.val.run/