diff options
author | Rene Treffer <treffer@measite.de> | 2015-01-14 22:43:43 +0100 |
---|---|---|
committer | Rene Treffer <treffer@measite.de> | 2015-01-14 22:43:43 +0100 |
commit | 20eb77035659a74e749962acd85146bbf03ce3f1 (patch) | |
tree | c70aaf0c6498219741bc71352e0628d5a6b58e84 /libs/minidns/README.md | |
parent | df742ce1e12d9909a0b1777a839e012a6dcdc78b (diff) |
Switch to maven central minidns
Diffstat (limited to 'libs/minidns/README.md')
-rw-r--r-- | libs/minidns/README.md | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/libs/minidns/README.md b/libs/minidns/README.md deleted file mode 100644 index 3c1417a1..00000000 --- a/libs/minidns/README.md +++ /dev/null @@ -1,8 +0,0 @@ -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. |