Software Secure Access
Activity Manage

Managed iOS Configuring DNS Suffix Allow List Procedure

Last updated: Aug 07, 2025

Procedure

  1. Open the iOS configuration profile in your preferred code editor.
    <key>ignoreDomains</key>
    <array>
    <string>sample_suffix.com</string>
    <string>contoso.network.local</string>
    </array>
    
  2. Add domain names as multiple string entries in the array.

Note: After you save the changes, the iOS configuration profile deploys automatically to the iOS device.