ProxyMatchMode

public enum ProxyMatchMode : String

How local proxy treats matches @since 9.2

  • Domains and IP Addresses matched are sent over the proxy, all others are sent over the VPN

    • @since 9.2

    Declaration

    Swift

    case allowlist = "allowlist"
  • Domains and IP Addresses matched are sent over the VPN, all others are sent over the proxy

    • @since 9.2

    Declaration

    Swift

    case denylist = "denylist"
  • Declaration

    Swift

    public init?(string: String)