aboutsummaryrefslogtreecommitdiffstats
path: root/libs/minidns/README.md
blob: 3c1417a1885801704986f369de875be97328b90c (plain)
1
2
3
4
5
6
7
8
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.