BadIPDetectionResult

enum BadIPDetectionResult : Enum<BadIPDetectionResult>

Entries

GENERAL_BAD
Link copied to clipboard
GENERAL_BAD(true, "bad ip")
VPN
Link copied to clipboard
VPN(true, "vpn")
PROXY
Link copied to clipboard
PROXY(true, "proxy")
TOR
Link copied to clipboard
TOR(true, "tor network")
HOSTING
Link copied to clipboard
HOSTING(true, "hosting")
GOOD
Link copied to clipboard
GOOD(false, "valid ip")
ERROR
Link copied to clipboard
ERROR(false, "error")
LIMIT
Link copied to clipboard
LIMIT(false, "limit")

Properties

isBad
Link copied to clipboard
val isBad: Boolean
name
Link copied to clipboard
val name: String
ordinal
Link copied to clipboard
val ordinal: Int
typeName
Link copied to clipboard
val typeName: String