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