Florian Schmaus
Florian Schmaus
https://tools.ietf.org/html/draft-ietf-doh-dns-over-https-14 https://developers.google.com/speed/public-dns/docs/dns-over-https We should maybe use okhttp for this, since it appears what the cool kids use these days (it also targets Android). They have a, at the time of...
https://tools.ietf.org/html/rfc7477
https://tools.ietf.org/html/rfc7344
https://datatracker.ietf.org/doc/draft-tale-dnsop-serve-stale/
From http://www.openwall.com/lists/oss-security/2018/02/09/1 > Announcement for Knot Resolver 1.5.2 is here: > https://lists.nic.cz/pipermail/knot-resolver-users/2018/000000.html > > Nature of the issue is that original DNSSEC specification in dection 5.4 > of [RFC4035] under-specifies...
https://tools.ietf.org/html/rfc8145
https://tools.ietf.org/html/rfc7646
https://www.ietf.org/rfc/rfc2915.txt
https://tools.ietf.org/html/rfc6844
So instead of ```java Question question = new Question("example.org", TYPE.A) ResolverResult res = ResolverApi.INSTANCE.resolve(question); ``` we'd possible had ```java Question question = new Question("example.org", TYPE.A) ResolverResult res = ResolverApi.INSTANCE.resolve(question); ```