RuleForwardIp

data class RuleForwardIp(val ip: String, val port: Int)

Constructors

Link copied to clipboard
constructor(ip: String, port: Int)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val ip: String

The ip of the forwarding destination.

Link copied to clipboard
val port: Int

The port of the forwarding destination.