NETransparentProxyNetworkSettings
A specification of what traffic to route through a transparent proxy.
Declaration
class NETransparentProxyNetworkSettingsOverview
A proxy network settings object contains two properties: an array of rules to include traffic (includedNetworkRules) and an array of rules to exclude traffic (excludedNetworkRules). The exclusion rules take prirority. Therefore, if a given flow matches any of the excludedNetworkRules, evaluation ends and the flow doesn’t route to the proxy. If there’s no match, then evaluation continues and attempts to match the flow against the includedNetworkRules.