DnsFirewallAttackMitigation

data class DnsFirewallAttackMitigation(val enabled: Boolean? = null, val onlyWhenUpstreamUnhealthy: Boolean? = null)

Constructors

Link copied to clipboard
constructor(enabled: Boolean? = null, onlyWhenUpstreamUnhealthy: Boolean? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val enabled: Boolean? = null

When enabled, automatically mitigate random-prefix attacks to protect upstream DNS servers

Link copied to clipboard

Only mitigate attacks when upstream servers seem unhealthy