Skip to content

Instantly share code, notes, and snippets.

@inC3ASE
Created October 14, 2016 01:15
Show Gist options
  • Save inC3ASE/39c6049f6ecdce4f206c9dda06c88dfa to your computer and use it in GitHub Desktop.
Save inC3ASE/39c6049f6ecdce4f206c9dda06c88dfa to your computer and use it in GitHub Desktop.
CoreTelephony.Framework/Support
<?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>IKE</key>
<dict>
<key>IKEVersion</key>
<integer>2</integer>
<key>LocalIdentifier</key>
<string>[email protected]$mnc.mcc$mcc.3gppnetwork.org</string>
<key>LocalIdentifierType</key>
<string>IDUserFQDN</string>
<key>RemoteIdentifier</key>
<string>$apn</string>
<key>RemoteIdentifierType</key>
<string>IDFQDN</string>
<key>RemoteAddress</key>
<string>epdg.epc.mnc$mnc.mcc$mcc.pub.3gppnetwork.org</string>
<key>NonceSize</key>
<integer>16</integer>
<key>Proposals</key>
<array>
<dict>
<key>EncryptionAlgorithm</key>
<string>3DES</string>
<key>IntegrityAlgorithm</key>
<string>SHA1-96</string>
<key>PRFAlgorithm</key>
<string>SHA1-160</string>
<key>AuthenticationMethod</key>
<string>SharedSecret</string>
<key>Lifetime</key>
<integer>2000</integer>
</dict>
</array>
<key>ConfigurationAttributeRequest</key>
<array/>
<key>InternalInterface</key>
<string>$pdp</string>
<key>DeadPeerDetectionEnabled</key>
<false/>
<key>DeadPeerDetectionInterval</key>
<integer>600</integer>
<key>DeadPeerDetectionMaxRetries</key>
<integer>4</integer>
<key>DeadPeerDetectionRetryInterval</key>
<integer>10</integer>
</dict>
<key>ChildSAs</key>
<dict>
<key>FirstChild</key>
<dict>
<key>Mode</key>
<string>Tunnel</string>
<key>InstallPolicies</key>
<true/>
<key>TrafficSelectorsLocal</key>
<array/>
<key>TrafficSelectorsRemote</key>
<array/>
<key>ChildProposals</key>
<array>
<dict>
<key>ChildProtocol</key>
<string>ESP</string>
<key>EncryptionAlgorithm</key>
<array>
<string>3DES</string>
</array>
<key>IntegrityAlgorithm</key>
<array>
<string>SHA1-96</string>
</array>
<key>Lifetime</key>
<integer>1800</integer>
</dict>
</array>
</dict>
</dict>
<key>ConfigurationAttributeRequestv4</key>
<array>
<dict>
<key>Name</key>
<string>AssignedIPv4Address</string>
</dict>
<dict>
<key>Name</key>
<string>AssignedIPv4NetMask</string>
</dict>
<dict>
<key>Name</key>
<string>AssignedIPv4DNS</string>
</dict>
<dict>
<key>Name</key>
<string>AssignedIPv4DNS</string>
</dict>
</array>
<key>ConfigurationAttributeRequestv6</key>
<array>
<dict>
<key>Name</key>
<string>AssignedIPv6Address</string>
</dict>
<dict>
<key>Name</key>
<string>AssignedIPv6DNS</string>
</dict>
<dict>
<key>Name</key>
<string>AssignedIPv6DNS</string>
</dict>
</array>
<key>TrafficSelectorsv4</key>
<dict>
<key>TSType</key>
<string>IPv4</string>
<key>TSStartAddress</key>
<string>0.0.0.0</string>
<key>TSEndAddress</key>
<string>255.255.255.255</string>
<key>TSStartPort</key>
<integer>0</integer>
<key>TSEndPort</key>
<integer>65535</integer>
<key>TSProtocol</key>
<integer>0</integer>
</dict>
<key>TrafficSelectorsv6</key>
<dict>
<key>TSType</key>
<string>IPv6</string>
<key>TSStartAddress</key>
<string>::</string>
<key>TSEndAddress</key>
<string>ffff:ffff:ffff:ffff:ffff:ffff:ffff:ffff</string>
<key>TSStartPort</key>
<integer>0</integer>
<key>TSEndPort</key>
<integer>65535</integer>
<key>TSProtocol</key>
<integer>0</integer>
</dict>
</dict>
</plist>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment