tunnelPortRange property

PortRange? tunnelPortRange
final

The public TCP port range tunnels may bind (e.g. PortRange(20000, 20100)), or null to disable tunneling (fail closed). Align this with the firewall rules permitting inbound connections on those ports.

Implementation

final PortRange? tunnelPortRange;