Skip to content

Instantly share code, notes, and snippets.

@fu-sen
Created June 24, 2025 02:19
Show Gist options
  • Save fu-sen/f65b6f0adef41721974e7aab7a6733f9 to your computer and use it in GitHub Desktop.
Save fu-sen/f65b6f0adef41721974e7aab7a6733f9 to your computer and use it in GitHub Desktop.
Reocities (reocities.xyz) response status - sh
#!/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
@fu-sen
Copy link
Author

fu-sen commented Jul 12, 2025

I also have a Reocities status page here.
https://reocities-status.val.run/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment