LocalProxySettings

public struct LocalProxySettings

Local proxy settings @since 9.2

  • If the local proxy should be enabled @since 9.2

    Declaration

    Swift

    public var enabled: Bool
  • How matches are handled @since 9.2

    Declaration

    Swift

    public var matchMode: ProxyMatchMode
  • Current list of domains to be proxied. @since 9.2

    Declaration

    Swift

    public var domains: [String]
  • Current list of IPv4 addresses to be proxied. @since 9.2

    Declaration

    Swift

    public var ipv4: [String]
  • Current list of IPv6 addresses to be proxied. @since 11.2

    Declaration

    Swift

    public var ipv6: [String]
  • Current list of ports to be proxied. @since 9.9

    Declaration

    Swift

    public var ports: [LocalProxyPort]
  • Watchlist items @since 9.3

    Declaration

    Swift

    public var domainWatchListItems: [LocalProxyDomainWatchListItem]
  • Declaration

    Swift

    public var domainWatchlistEnabled: Bool
  • Declaration

    Swift

    public init?(json: [String : Any])