Files
apple_device-management/examples/mdm/profiles/com.apple.proxy.http.global/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>ProxyCaptiveLoginAllowed</key>
<false/>
<key>ProxyPassword</key>
<string>password</string>
<key>ProxyServer</key>
<string>10.0.1.42</string>
<key>ProxyServerPort</key>
<integer>8080</integer>
<key>ProxyType</key>
<string>Manual</string>
<key>ProxyUsername</key>
<string>username</string>
<key>PayloadIdentifier</key>
<string>com.example.myglobalhttpproxypayload</string>
<key>PayloadType</key>
<string>com.apple.proxy.http.global</string>
<key>PayloadUUID</key>
<string>dee0892a-7d4c-41be-ac88-d87247dd076c</string>
<key>PayloadVersion</key>
<integer>1</integer>
</dict>
</array>
<key>PayloadDisplayName</key>
<string>GlobalHTTPProxy</string>
<key>PayloadIdentifier</key>
<string>com.example.myprofile</string>
<key>PayloadType</key>
<string>Configuration</string>
<key>PayloadUUID</key>
<string>ee2f890c-6c9f-49be-9e19-b81c66d5cc0d</string>
<key>PayloadVersion</key>
<integer>1</integer>
</dict>
</plist>