From 4b99607f7b7ff4359ad10da567be97ad12926876 Mon Sep 17 00:00:00 2001 From: Colin Date: Mon, 17 Jun 2024 09:15:43 +0000 Subject: [PATCH] scripts/check-uninsane: annotate the OVPNS/DOOF checks --- scripts/check-uninsane | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/scripts/check-uninsane b/scripts/check-uninsane index 6fd83884..d3a8ad9e 100755 --- a/scripts/check-uninsane +++ b/scripts/check-uninsane @@ -42,12 +42,12 @@ check "https://fed.uninsane.org online" curl --silent --fail-with-body https://f # port 80 is accessible also from my VPNs check "http://uninsane.org online" curl --silent --fail-with-body http://uninsane.org -check "http://uninsane.org online" curl "--connect-to" "uninsane.org:80:$OVPNS_IPV4:80" --silent --fail-with-body http://uninsane.org -check "http://uninsane.org online" curl "--connect-to" "uninsane.org:80:$DOOF_IPV4:80" --silent --fail-with-body http://uninsane.org +check "[OVPNS] http://uninsane.org online" curl "--connect-to" "uninsane.org:80:$OVPNS_IPV4:80" --silent --fail-with-body http://uninsane.org +check "[DOOF] http://uninsane.org online" curl "--connect-to" "uninsane.org:80:$DOOF_IPV4:80" --silent --fail-with-body http://uninsane.org # port 443 is accessible over doofnet -check "https://uninsane.org online" curl "--connect-to" "uninsane.org:443:$DOOF_IPV4:443" --silent --fail-with-body https://uninsane.org -check "https://matrix.uninsane.org online" curl "--connect-to" "matrix.uninsane.org:443:$DOOF_IPV4:443" --silent --fail-with-body https://matrix.uninsane.org +check "[DOOF] https://uninsane.org online" curl "--connect-to" "uninsane.org:443:$DOOF_IPV4:443" --silent --fail-with-body https://uninsane.org +check "[DOOF] https://matrix.uninsane.org online" curl "--connect-to" "matrix.uninsane.org:443:$DOOF_IPV4:443" --silent --fail-with-body https://matrix.uninsane.org check "uninsane.org DMARC record" nslookup -querytype=TXT _dmarc.uninsane.org.