Go to file
Rene Treffer 1665f2e1b3 Merge branch 'v0.1'
Conflicts:
	src/main/java/de/measite/minidns/Record.java
2014-07-23 22:49:36 +02:00
src/main/java/de/measite/minidns Add parsing for mdns QU records (RFC6762) 2014-07-23 22:43:12 +02:00
.gitignore Fix missing source/javadoc archives 2014-06-23 20:56:38 +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 Make minidns Android agnostic 2014-06-08 13:27:25 +02:00
build.gradle Fix missing source/javadoc archives 2014-06-23 20:56:38 +02:00
gradle.properties.example Add missing property 2014-06-23 21:20:39 +02:00

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.