The payload that configures network proxies for a device.
| Setting | Type | Required | Default | Manual Install | Supported OS |
|---|---|---|---|---|---|
Proxies Proxies The dictionary containing all the proxies for this device. 24 subkeys | dictionary | required | — | ✓Yes | macOS (10.7+) |
└─ FTPEnable FTPEnable If `true`, enables FTP proxy. | integer | optional | — | ✓Yes | macOS (10.7+) |
└─ FTPPassive FTPPassive If `true`, enables passive FTP mode. | integer | optional | — | ✓Yes | macOS (10.7+) |
└─ FTPPort FTPPort The FTP proxy port. | integer | optional | — | ✓Yes | macOS (10.7+) |
└─ FTPProxy FTPProxy The host name or IP address for the FTP proxy. | string | optional | — | ✓Yes | macOS (10.7+) |
└─ GopherEnable GopherEnable If `true`, enables gopher proxy. | integer | optional | — | ✓Yes | macOS (10.7+) |
└─ GopherPort GopherPort The gopher proxy port. | integer | optional | — | ✓Yes | macOS (10.7+) |
└─ GopherProxy GopherProxy The host name or IP address for the gopher proxy. | string | optional | — | ✓Yes | macOS (10.7+) |
└─ HTTPEnable HTTPEnable If `true`, enables web proxy. | integer | optional | — | ✓Yes | macOS (10.7+) |
└─ HTTPPort HTTPPort The web proxy port. | integer | optional | — | ✓Yes | macOS (10.7+) |
└─ HTTPProxy HTTPProxy The host name or IP address for the web proxy. | string | optional | — | ✓Yes | macOS (10.7+) |
└─ HTTPSEnable HTTPSEnable If `true`, enables secure web proxy. | integer | optional | — | ✓Yes | macOS (10.7+) |
└─ HTTPSPort HTTPSPort The secure web proxy port. | integer | optional | — | ✓Yes | macOS (10.7+) |
└─ HTTPSProxy HTTPSProxy The host name or IP address for the secure web proxy. | string | optional | — | ✓Yes | macOS (10.7+) |
└─ ProxyAutoConfigEnable ProxyAutoConfigEnable If `true`, enables automatic proxy configuration. | integer | optional | — | ✓Yes | macOS (10.7+) |
└─ ProxyAutoConfigURLString ProxyAutoConfigURLString The automatic proxy configuration URL. | string | optional | — | ✓Yes | macOS (10.7+) |
└─ ProxyCaptiveLoginAllowed ProxyCaptiveLoginAllowed If 1, allows client to log into captive portal network. | integer | optional | — | ✓Yes | macOS (10.9+) |
└─ RTSPEnable RTSPEnable If `true`, enable streaming proxy. | integer | optional | — | ✓Yes | macOS (10.7+) |
└─ RTSPPort RTSPPort The streaming proxy port. | integer | optional | — | ✓Yes | macOS (10.7+) |
└─ RTSPProxy RTSPProxy The host name or IP address for the streaming proxy. | string | optional | — | ✓Yes | macOS (10.7+) |
└─ SOCKSEnable SOCKSEnable If `true`, enable the SOCKS proxy. | integer | optional | — | ✓Yes | macOS (10.7+) |
└─ SOCKSPortinteger SOCKSPortinteger The SOCKS proxy port. | integer | optional | — | ✓Yes | macOS (10.7+) |
└─ SOCKSProxy SOCKSProxy The host name or IP address for the SOCKS proxy. | string | optional | — | ✓Yes | macOS (10.7+) |
└─ FallBackAllowed FallBackAllowed If `1`, enables fallback. Default is `1`.
For managed devices, if not supplied, the default is `0`. | integer | optional | — | ✓Yes | macOS (10.7+) |
└─ ExceptionsList ExceptionsList The list of hosts and domains that should bypass proxy settings. 1 subkey | array | optional | — | ✓Yes | macOS (10.7+) |
└─ └─ Exception Exception Bypass proxy settings for these Hosts & Domains | string | required | — | ✓Yes | macOS (10.7+) |