IPRuleResponse

data class IPRuleResponse(val action: String, val value: String)

Rule to filter client IP address.

Constructors

Link copied to clipboard
constructor(action: String, value: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Action when client IP address is matched.

Link copied to clipboard

IPv4 address, or IPv4 address range in CIDR format.