diff --git a/scripts/check-uninsane b/scripts/check-uninsane index 4bda812c..496da3d4 100755 --- a/scripts/check-uninsane +++ b/scripts/check-uninsane @@ -33,8 +33,9 @@ last_error=0 check "uninsane.org. DNS" nslookup uninsane.org. -check "uninsane.org. DNS via external resolver" nslookup uninsane.org. 1.1.1.1 -check "uninsane.org. bootstrap DNS" nslookup uninsane.org. ovpns.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 "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