868d9f890c
to work with AS >= 0.9.0 plugin >= 0.14.0 is required also update gradle to 2.2. |
||
---|---|---|
.. | ||
src/main/java/de/measite/minidns | ||
.gitignore | ||
LICENCE | ||
LICENCE_APACHE | ||
LICENCE_LGPL2.1 | ||
LICENCE_WTFPL | ||
README.md | ||
build.gradle | ||
gradle.properties.example |
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.