DNS Proxy
The DNS proxy settings manage the proxy server settings of a network on a supervised device.
DNS proxy settings
The following table describes the settings that the administrator can configure for the proxy
server on a supervised iOS device.
| Policy setting | Description | Supported devices |
|---|---|---|
| App bundle IP | The ID of the app bundle that contains the DNS proxy network extension. | iOS 11.0+ |
| Provider bundle IP | The ID of the network provider. | iOS 11.0+ |
| Provider configuration | The configuration file that contains the vendor-specific network configuration values. This field supports the *.plist file type. | iOS 11.0+ |
Enter the Provider configuration with the site key and hostname as
follows.
<key>ProviderConfiguration</key> <dict> <key>site_key</key> <string>YOUR SITE KEY HERE</string> <key>host_name</key> <string>Test {{serial_number}}</string> <key>dashboard_tags</key> <string>Tag1, Tag2, Tag3</string> </dict>
Save and upload the file as *.plist.