From 57d7d3821fa3714c91961df42febede620fbaf38 Mon Sep 17 00:00:00 2001 From: Colin Date: Mon, 17 Jun 2024 22:12:34 +0000 Subject: [PATCH] scripts/check-uninsane: dont rely on `ovpns.uninsane.org` bootstrap DNS: directly test the known IPv4 address --- scripts/check-uninsane | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/check-uninsane b/scripts/check-uninsane index 496da3d4..b5cf3f92 100755 --- a/scripts/check-uninsane +++ b/scripts/check-uninsane @@ -34,8 +34,8 @@ last_error=0 check "uninsane.org. DNS" nslookup uninsane.org. check "[1.1.1.1] uninsane.org. DNS" nslookup uninsane.org. 1.1.1.1 -check "[OVPNS] uninsane.org. DNS" nslookup uninsane.org. ovpns.uninsane.org -check "[DOOF] uninsane.org. DNS" nslookup uninsane.org. doof.tunnel.uninsane.org +check "[OVPNS] uninsane.org. DNS" nslookup uninsane.org. "$OVPNS_IPV4" +check "[DOOF] uninsane.org. DNS" nslookup uninsane.org. "$DOOF_IPV4" check "https://uninsane.org online" curl --silent --fail-with-body https://uninsane.org check "https://matrix.uninsane.org online" curl --silent --fail-with-body https://matrix.uninsane.org