Created
October 14, 2016 01:17
-
-
Save inC3ASE/71df5e213b8fd8a3a3e6e9697e053984 to your computer and use it in GitHub Desktop.
CoreTelephony.Framework/Support/SEOverridesPlist+Tech_Config.plist+TextToBinaryMap.plist-INThatOrder
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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>28310</key> | |
<string>Orange</string> | |
<key>310140</key> | |
<string>MPULSE</string> | |
</dict> | |
</plist> | |
<?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>pcscfAddress</key> | |
<string>10.176.28.222</string> | |
<key>iWLanPolicies</key> | |
<array> | |
<dict> | |
<key>serviceMask</key> | |
<integer>131072</integer> | |
<key>policy</key> | |
<string>true</string> | |
</dict> | |
</array> | |
<key>IKE</key> | |
<dict> | |
<key>LocalIdentifier</key> | |
<string>[email protected]</string> | |
<key>RemoteIdentifier</key> | |
<string>server.alibaba</string> | |
<key>RemoteAddress</key> | |
<string>66.94.27.242</string> | |
<key>LocalCertificate</key> | |
<string>[email protected]</string> | |
<key>RemoteCertificateAuthorityName</key> | |
<string>ca.alibaba</string> | |
<key>DeadPeerDetectionEnabled</key> | |
<true/> | |
<key>DeadPeerDetectionInterval</key> | |
<integer>600</integer> | |
<key>DeadPeerDetectionRetryInterval</key> | |
<integer>5</integer> | |
<key>DeadPeerDetectionMaxRetries</key> | |
<integer>4</integer> | |
<key>Proposals</key> | |
<array> | |
<dict> | |
<key>EncryptionAlgorithm</key> | |
<string>AES-256</string> | |
<key>IntegrityAlgorithm</key> | |
<string>MD5-96</string> | |
<key>PRFAlgorithm</key> | |
<string>MD5-128</string> | |
<key>AuthenticationMethod</key> | |
<string>Certificate</string> | |
<key>Lifetime</key> | |
<integer>80000</integer> | |
<key>DHGroup</key> | |
<integer>1</integer> | |
</dict> | |
</array> | |
</dict> | |
<key>ChildSAs</key> | |
<dict> | |
<key>FirstChild</key> | |
<dict> | |
<key>InstallPolicies</key> | |
<true/> | |
<key>ChildProposals</key> | |
<array> | |
<dict> | |
<key>EncryptionAlgorithm</key> | |
<array> | |
<string>AES-256</string> | |
</array> | |
<key>IntegrityAlgorithm</key> | |
<array> | |
<string>MD5-96</string> | |
</array> | |
<key>DHGroup</key> | |
<integer>1</integer> | |
<key>Lifetime</key> | |
<integer>80000</integer> | |
</dict> | |
</array> | |
</dict> | |
</dict> | |
</dict> | |
</plist> | |
<?xml version="1.0" encoding="UTF-8"?> | |
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | |
<plist version="1.0"> | |
<dict> | |
<key>[email protected]</key> | |
<integer>36000</integer> | |
</dict> | |
</plist> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment