Reviewing DNS logs and noticed that `vuxml.freebsd.org` fails DNSSEC validation but `matrix-dev.freebsd.org` passes.

Can anyone else confirm or is my software buggy?

#FreeBSD #DNSSEC

@BastilleBSD seems good, from here: https://dnsviz.net/d/vuxml.freebsd.org/dnssec/ (just a protocol error)
But the final destination web.geo.freebsd.org is not secure.
vuxml.freebsd.org | DNSViz

@BastilleBSD DNSViz is your friend:

matrix-dev subdomain is in the same freebsd.org gone, but vuxml is a CNAME to a name in geo.freebsd.org which is not secured:

I could also confirm this over dns.google: only matrix-dev has AD flag set and returned RRSIGs.

In any case freebsd.org does not respond on UDP as it should.

vuxml.freebsd.org | DNSViz

@BastilleBSD btw which software are you using for monitoring? Looks pretty nice

@i The screenshot is from some custom software that I haven't yet released.

It's a custom zero-trust DNS-to-DoH caching forwarder with DNSSEC validation, domain and IP filtering and a bunch of other goodies. Written in Rust.

@BastilleBSD Sounds very interesting! Looking forward to a public release