FirewallSettings
public struct FirewallSettings
Local proxy settings @since 9.2
-
How matches are handled @since 9.2
Declaration
Swift
public var mode: FirewallMode
-
Current list of domains to be firewalled. @since 9.2
Declaration
Swift
public var domains: [String]
-
Current list of IPv4 addresses to be firewalled. @since 9.2
Declaration
Swift
public var ipv4: [String]
-
Current list of IPv6 addresses to be firewalled. @since 9.2
Declaration
Swift
public var ipv6: [String]
-
Current list of ports to be firewalled. @since 9.2
Declaration
Swift
public var ports: [FirewallPort]