From a6d0042e5c595cf7d6d19a2c3afd3c9309727212 Mon Sep 17 00:00:00 2001 From: Sam Whited Date: Sun, 26 Oct 2014 09:35:11 -0400 Subject: Move submodules back to libs/ --- libs/minidns | 1 + 1 file changed, 1 insertion(+) create mode 160000 libs/minidns (limited to 'libs/minidns/README.md') diff --git a/libs/minidns b/libs/minidns new file mode 160000 index 00000000..9e42bff0 --- /dev/null +++ b/libs/minidns @@ -0,0 +1 @@ +Subproject commit 9e42bff01440c1351946a432126d5a1b87fb7c78 -- cgit v1.2.3 From ccba01ef19e4febadc8e0f543b4958f33adbe8cf Mon Sep 17 00:00:00 2001 From: Sam Whited Date: Tue, 28 Oct 2014 12:13:53 -0400 Subject: Remove minidns dir --- libs/minidns | 1 - 1 file changed, 1 deletion(-) delete mode 160000 libs/minidns (limited to 'libs/minidns/README.md') diff --git a/libs/minidns b/libs/minidns deleted file mode 160000 index 9e42bff0..00000000 --- a/libs/minidns +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 9e42bff01440c1351946a432126d5a1b87fb7c78 -- cgit v1.2.3 From 4a1bae3a69a76cae0341b821e3b880e5b8b8f5a3 Mon Sep 17 00:00:00 2001 From: Sam Whited Date: Tue, 28 Oct 2014 12:14:21 -0400 Subject: Subtree merged in minidns --- libs/minidns/README.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 libs/minidns/README.md (limited to 'libs/minidns/README.md') 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. -- cgit v1.2.3