TargetDnsServerResponse

data class TargetDnsServerResponse(val ipAddress: String, val port: Int? = null)

Describes a server to forward the DNS queries to.

Constructors

Link copied to clipboard
constructor(ipAddress: String, port: Int? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

DNS server IP address.

Link copied to clipboard
val port: Int? = null

DNS server port.