appliedprivacy

Results 31 comments of appliedprivacy

yes, stubby is talking to unbound 1.9.2 (on FreeBSD)

It did run for 40 minutes without a crash with DNSSEC validation disabled. It crashed within a minute after enabling DNSSEC validation again.

Is there any update on this issue?

What approx. amount of funding would you require to provide a fix for this issue and release a new version including the fix?

Thanks for the heads up, we would still be interested in the required funding since we are applying for funding ourselves and it would help us to have more accurate...

Thanks for your feedback. The feature request was specifically for unbound itself to avoid having to use third party tools like https://github.com/kumina/unbound_exporter The issue with the awk approach is that...

Maybe I misunderstood, but I assumed the awk command runs at a fixed interval (cronjob) and writes the output into a file served by a webserver (instead of running when...

Great so see some activity in this issue, thanks for moving it forward. An additional point: OTPs are vulnerable to phishing, which WebAuthn is not. I'd also like to point...

Sending is easy, for example this is a valid DoH request: ``` https://doh.applied-privacy.net/query?dns=l1sBAAABAAAAAAAAA3d3dw1rbm90LXJlc29sdmVyAmN6AAAcAAE ``` but how would I validate the DNS rcode or the response data? Can `fail_if_body_not_matches_regexp` be used...

The HTTP body of RFC8484 responses, is just plain DNS wire format send in an HTTPS connection https://tools.ietf.org/html/rfc8484#section-4.2.2 So it would be possible to parse the HTTP response **body** using...