From 19acab1363a429e71d30a3156a5e46fc39d01a44 Mon Sep 17 00:00:00 2001 From: Colin Date: Tue, 16 Jul 2024 22:57:48 +0000 Subject: [PATCH] scripts/check-uninsane: remove outdated ovpns DNS test --- scripts/check-uninsane | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/check-uninsane b/scripts/check-uninsane index 62c8475e6..ec1077cae 100755 --- a/scripts/check-uninsane +++ b/scripts/check-uninsane @@ -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