open fun createDnsClient(port: Int, host: String): DnsClient
Create a DNS client to connect to a DNS server at the specified host and port
Return
the DNS client
open fun createDnsClient(options: DnsClientOptions): DnsClient
Create a DNS client to connect to a DNS server
Return
the DNS client