FirewallPolicyDns

data class FirewallPolicyDns(val proxyEnabled: Boolean? = null, val servers: List<String>? = null)

Constructors

Link copied to clipboard
constructor(proxyEnabled: Boolean? = null, servers: List<String>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val proxyEnabled: Boolean? = null

Whether to enable DNS proxy on Firewalls attached to this Firewall Policy? Defaults to false.

Link copied to clipboard
val servers: List<String>? = null

A list of custom DNS servers' IP addresses.