Initial configuration template
This commit is contained in:
parent
f90abac568
commit
e766d0a74a
2 changed files with 65 additions and 2 deletions
61
telstra_apn_dual_stack.mobileconfig
Normal file
61
telstra_apn_dual_stack.mobileconfig
Normal file
|
@ -0,0 +1,61 @@
|
|||
<?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>APNs</key>
|
||||
<array>
|
||||
<dict>
|
||||
<key>AllowedProtocolMask</key>
|
||||
<integer>1</integer>
|
||||
<key>AllowedProtocolMaskInRoaming</key>
|
||||
<integer>1</integer>
|
||||
<key>AuthenticationType</key>
|
||||
<string>PAP</string>
|
||||
<key>DefaultProtocolMask</key>
|
||||
<integer>1</integer>
|
||||
<key>Name</key>
|
||||
<string>telstra.internet</string>
|
||||
</dict>
|
||||
</array>
|
||||
<key>AttachAPN</key>
|
||||
<dict>
|
||||
<key>AllowedProtocolMask</key>
|
||||
<integer>1</integer>
|
||||
<key>AuthenticationType</key>
|
||||
<string>PAP</string>
|
||||
<key>Name</key>
|
||||
<string>telstra.internet</string>
|
||||
</dict>
|
||||
<key>PayloadDescription</key>
|
||||
<string>Configures cellular data settings</string>
|
||||
<key>PayloadDisplayName</key>
|
||||
<string>Cellular</string>
|
||||
<key>PayloadIdentifier</key>
|
||||
<string>com.apple.cellular.b8e80d56-c80f-4b2a-a6ad-ca8851c1edf7</string>
|
||||
<key>PayloadType</key>
|
||||
<string>com.apple.cellular</string>
|
||||
<key>PayloadUUID</key>
|
||||
<string>b8e80d56-c80f-4b2a-a6ad-ca8851c1edf7</string>
|
||||
<key>PayloadVersion</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</array>
|
||||
<key>PayloadDescription</key>
|
||||
<string>Dual Stack with IPv4 and IPv6 for Telstra mobile devices.</string>
|
||||
<key>PayloadDisplayName</key>
|
||||
<string>Telstra Mobile Dual Stack</string>
|
||||
<key>PayloadIdentifier</key>
|
||||
<string>hhs-MacBook-Pro.D711ECCA-ED72-485C-A0F9-28A74BA333C7</string>
|
||||
<key>PayloadRemovalDisallowed</key>
|
||||
<false/>
|
||||
<key>PayloadType</key>
|
||||
<string>Configuration</string>
|
||||
<key>PayloadUUID</key>
|
||||
<string>5c83d813-fff2-4c04-b02f-a8ef83d17422</string>
|
||||
<key>PayloadVersion</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</plist>
|
Loading…
Add table
Add a link
Reference in a new issue