Conversations/libs/minidns/README.md

9 lines
283 B
Markdown
Raw Normal View History

2014-10-28 17:14:21 +01:00
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.