Add asynchronous DNS resolution.

This commit is contained in:
Andrew Steinborn
2018-12-24 07:37:59 -05:00
parent e71bac2028
commit 4a872ffabe
2 changed files with 10 additions and 1 deletions

View File

@@ -33,6 +33,7 @@ dependencies {
compile "io.netty:netty-transport-native-epoll:${nettyVersion}"
compile "io.netty:netty-transport-native-epoll:${nettyVersion}:linux-x86_64"
compile "io.netty:netty-transport-native-kqueue:${nettyVersion}:osx-x86_64"
compile "io.netty:netty-resolver-dns:${nettyVersion}"
compile "org.apache.logging.log4j:log4j-api:${log4jVersion}"
compile "org.apache.logging.log4j:log4j-core:${log4jVersion}"