FirewallMode
public enum FirewallMode : String
How firewall treats matches @since 9.2
-
Firewall is disabled
- @since 9.2
Declaration
Swift
case off -
Domains and IP Addresses matched are allowed through the VPN, all others are dropped
- @since 9.2
Declaration
Swift
case allowlist -
Domains and IP Addresses matched are dropped, all others are allowed through the VPN
- @since 9.2
Declaration
Swift
case denylist