Files
apple_device-management/examples/mdm/profiles/com.apple.dnsProxy.managed/example1.plist
T
2026-06-12 16:19:29 -04:00

41 lines
1.4 KiB
Plaintext

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>PayloadContent</key>
<array>
<dict>
<key>AppBundleIdentifier</key>
<string>com.example.mydnsproxyapp</string>
<key>ProviderBundleIdentifier</key>
<string>com.example.mydnsproxyapp.mydnsproxyprovider</string>
<key>ProviderConfiguration</key>
<dict>
<key>resolver</key>
<dict>
<key>ipaddress</key>
<string>9.9.9.9</string>
</dict>
</dict>
<key>PayloadIdentifier</key>
<string>com.example.mydnsproxypayload</string>
<key>PayloadType</key>
<string>com.apple.dnsProxy.managed</string>
<key>PayloadUUID</key>
<string>D6B3F3E4-A72E-49F1-AE2E-742A3A11BE1D</string>
<key>PayloadVersion</key>
<integer>1</integer>
</dict>
</array>
<key>PayloadDisplayName</key>
<string>DNS Proxy</string>
<key>PayloadIdentifier</key>
<string>com.example.myprofile</string>
<key>PayloadType</key>
<string>Configuration</string>
<key>PayloadUUID</key>
<string>6a60bbe0-242c-493d-b338-c5885107f2af</string>
<key>PayloadVersion</key>
<integer>1</integer>
</dict>
</plist>