Results 193 comments of Florian Schmaus
trafficstars

There are at least three possible ways to get features/fixes into open source projects: Someone from the project implements them because he has a personal interest, or someone else implements...

It's hard to tell much without more information. As general rule of thumb, always log full exception, including its stacktrace. Then present that in bug reports. Right now, I don...

Thanks, feel free to reduce the noise by manually filtering out the irrelevant exceptions. Proper bug reports where only the relevant information is shown increase the chances that someone looks...

It appears there are invalid NSEC RRs for .xxx, together with valid ones. MiniDNS does throw a `DnssecValidationFailedException` as soon as it can not verify the signature for a NSEC...

> Are you interested in a PR? I always welcome contributions. :smile: However, no contribution is guranteed to be accepted as is, and, depending on the extent of the contribution,...

MiniDNS should already cache negative responses. Or am I missing someting? The main discussion venue for MiniDNS is the #smack IRC channel at Freenode.

Sorry, I was wrong. MiniDNS does not yet cache negative results.

> @Flowdalic Is anyone working on this? If not, do you want me to do it? I'm not aware of anyone working on it. And I certainly will not you...

> @Flowdalic Nope. We would like to use it for some project at CERN. I will try to do it then. Any special thing to have into account? When I...

From #85 > This mostly includes caching of NX_DOMAIN and optionally, if DNSSEC is used, NSEC and NSEC3 proofs of non-existence. Probably not trivial to implement. > > - https://tools.ietf.org/html/rfc5155#section-9.1