Go to file
Rene Treffer 8a8a7f3b0d Add an IDN equals method to check names 2014-04-03 10:28:24 +02:00
src/de/measite/minidns Add an IDN equals method to check names 2014-04-03 10:28:24 +02:00
AndroidManifest.xml Initial commit 2014-04-02 22:00:32 +02:00
LICENCE Initial commit 2014-04-02 22:00:32 +02:00
LICENCE_APACHE Initial commit 2014-04-02 22:00:32 +02:00
LICENCE_LGPL2.1 Initial commit 2014-04-02 22:00:32 +02:00
LICENCE_WTFPL Initial commit 2014-04-02 22:00:32 +02:00
README.md Initial commit 2014-04-02 22:00:32 +02:00
build.gradle Initial commit 2014-04-02 22:00:32 +02:00
build.xml Initial commit 2014-04-02 22:00:32 +02:00
proguard-project.txt Initial commit 2014-04-02 22:00:32 +02:00
project.properties Initial commit 2014-04-02 22:00:32 +02:00

README.md

MiniDNS

MiniDNS is a minial 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.