scripts/check-uninsane: dont rely on ovpns.uninsane.org bootstrap DNS: directly test the known IPv4 address

This commit is contained in:
Colin 2024-06-17 22:12:34 +00:00
parent e86e9fc079
commit 57d7d3821f

View File

@ -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