diff options
author | Sam Whited <sam@samwhited.com> | 2014-10-28 12:14:21 -0400 |
---|---|---|
committer | Sam Whited <sam@samwhited.com> | 2014-10-28 12:14:21 -0400 |
commit | 4a1bae3a69a76cae0341b821e3b880e5b8b8f5a3 (patch) | |
tree | ebdcd62a7bae6e25b156e5b7dbc3c757f498bf36 /libs/minidns/README.md | |
parent | ccba01ef19e4febadc8e0f543b4958f33adbe8cf (diff) |
Subtree merged in minidns
Diffstat (limited to 'libs/minidns/README.md')
-rw-r--r-- | libs/minidns/README.md | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/libs/minidns/README.md b/libs/minidns/README.md new file mode 100644 index 00000000..3c1417a1 --- /dev/null +++ b/libs/minidns/README.md @@ -0,0 +1,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. |