scripts/check-uninsane: remove outdated ovpns DNS test

This commit is contained in:
2024-07-16 22:57:48 +00:00
parent 98e1ae53e2
commit 19acab1363

View File

@@ -73,8 +73,9 @@ parseArgs "$@"
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_IPV4"
check "[DOOF] uninsane.org. DNS" nslookup uninsane.org. "$DOOF_IPV4"
# OVPNS DNS is no longer used
# check "[OVPNS] uninsane.org. DNS" nslookup uninsane.org. "$OVPNS_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