mirror of
https://github.com/moparisthebest/Conversations
synced 2024-11-25 02:02:16 -05:00
4da60e7e20
Remove the external cache dependency and use a simple LRU based on LinkedHashMap. Make it possible to get the parse time of DNSMessage, which means we can evaluate the TTL later on :-) |
||
---|---|---|
src/main/java/de/measite/minidns | ||
.gitignore | ||
build.gradle | ||
LICENCE | ||
LICENCE_APACHE | ||
LICENCE_LGPL2.1 | ||
LICENCE_WTFPL | ||
README.md |
MiniDNS
MiniDNS is a minimal dns client library for android. It can parse a basic set of resource records (A, AAAA, NS, SRV) and is easy to use and extend.
This library is not intended to be used as a DNS server. You might want to look into dnsjava for such functionality.