From 3fc96a3e321029ba64adbfb91181fccf5bfc4f7f Mon Sep 17 00:00:00 2001 From: Colin Date: Mon, 17 Jun 2024 07:50:15 +0000 Subject: [PATCH] check-uninsane: also test http://uninsane.org, over OVPN connection --- scripts/check-uninsane | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/scripts/check-uninsane b/scripts/check-uninsane index f9999269..552475dc 100755 --- a/scripts/check-uninsane +++ b/scripts/check-uninsane @@ -37,6 +37,10 @@ check "https://uninsane.org online" curl --silent --fail-with-body https://unins check "https://matrix.uninsane.org online" curl --silent --fail-with-body https://matrix.uninsane.org check "https://fed.uninsane.org online" curl --silent --fail-with-body https://fed.uninsane.org +# port 80 is accessible also from OVPN: +check "http://uninsane.org online" curl --silent --fail-with-body http://uninsane.org +check "http://uninsane.org online" curl "--connect-to" "uninsane.org:443:185.157.162.178:443" --silent --fail-with-body http://uninsane.org + check "uninsane.org DMARC record" nslookup -querytype=TXT _dmarc.uninsane.org. check "servo-hn wireguard network" ping -c 1 -W 3 servo-hn