scripts/check-uninsane: add a check for DNS via doofnet

This commit is contained in:
Colin 2024-06-17 22:11:02 +00:00
parent d708b78ebe
commit e86e9fc079

View File

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