diff options
author | Rene Treffer <treffer@measite.de> | 2014-04-03 09:42:58 +0200 |
---|---|---|
committer | Rene Treffer <treffer@measite.de> | 2014-04-03 09:42:58 +0200 |
commit | ff88dc0eaa080aa9864fc37f300a7e9f3f8206d9 (patch) | |
tree | 3e9bd1fce56528a31c135358787cb36ad681ceca /.gitmodules | |
parent | d53dc28f4cb79d3508db2a30c5fab758f8a8ff13 (diff) |
Switch to a small DNS library for DNS resolving.
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 860d9662..886fc27b 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,7 @@ [submodule "libs/openpgp-keychain"] path = libs/openpgp-keychain url = https://github.com/openpgp-keychain/openpgp-keychain.git +[submodule "libs/minidns"] + path = libs/minidns + url = https://github.com/rtreffer/minidns.git + |