forked from zhovner/zaborona_help
-
Notifications
You must be signed in to change notification settings - Fork 0
/
zaborona-help.mobileconfig
69 lines (66 loc) · 2.59 KB
/
zaborona-help.mobileconfig
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>PayloadDisplayName</key>
<string>Zaborona.help</string>
<key>PayloadIdentifier</key>
<string>help.zaborona</string>
<key>PayloadUUID</key>
<string>A6F46838-77E8-49EC-8045-67C7D751063E</string>
<key>PayloadType</key>
<string>Configuration</string>
<key>PayloadVersion</key>
<integer>1</integer>
<key>PayloadContent</key>
<array>
<dict>
<key>PayloadIdentifier</key>
<string>help.zaborona.conf</string>
<key>PayloadUUID</key>
<string>647D41C3-52E4-497D-BA25-59B9FB4043B6</string>
<key>PayloadType</key>
<string>com.apple.vpn.managed</string>
<key>PayloadVersion</key>
<integer>1</integer>
<key>UserDefinedName</key>
<string>Zaborona.help</string>
<key>VPNType</key>
<string>IKEv2</string>
<key>IKEv2</key>
<dict>
<key>RemoteAddress</key>
<string>vpn.zaborona.help</string>
<key>RemoteIdentifier</key>
<string>zaborona.help</string>
<key>LocalIdentifier</key>
<string></string>
<key>ServerAddresses</key>
<array>
<string>8.8.8.8</string>
<string>8.8.4.4</string>
<string>2001:4860:4860::8888</string>
<string>2001:4860:4860::8844</string>
</array>
<key>SupplementalMatchDomains</key>
<array>
<string></string>
</array>
<key>DeadPeerDetectionRate</key>
<string>High</string>
<key>AuthenticationMethod</key>
<string>Certificate</string>
<key>NATKeepAliveInterval</key>
<integer>30</integer>
<key>NATKeepAliveOffloadEnable</key>
<true/>
<key>ExtendedAuthEnabled</key>
<integer>1</integer>
<key>AuthName</key>
<string>public</string>
<key>AuthPassword</key>
<string>public</string>
</dict>
</dict>
</array>
</dict>
</plist>