A Kotlin Multiplatform DNS client.
dnskotlin
releases are published to Maven Central (soon). Replace {version}
with the latest version of dnskotlin
.
implementation("dev.sitar:dnskotlin:{version}")
There are many DNS records to be resolved, and many platforms that they need to be resolved on. This library provides a basic client implementation for the DNS protocol.
Further implementation of the protocol, or support for additional platforms are added when needed (make an issue if something you need is missing).