TargetAddress

In a CreateResolverRule request, an array of the IPs that you want to forward DNS queries to.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val ip: String?

One IPv4 address that you want to forward DNS queries to.

Link copied to clipboard
val ipv6: String?

One IPv6 address that you want to forward DNS queries to.

Link copied to clipboard
val port: Int?

The port at Ip that you want to forward DNS queries to.

Link copied to clipboard

The protocols for the target address. The protocol you choose needs to be supported by the outbound endpoint of the Resolver rule.

Link copied to clipboard

The Server Name Indication of the DoH server that you want to forward queries to. This is only used if the Protocol of the TargetAddress is DoH.

Functions

Link copied to clipboard
inline fun copy(block: TargetAddress.Builder.() -> Unit = {}): TargetAddress
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String