-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathnet.solovyov.vpn.plist
More file actions
32 lines (27 loc) · 907 Bytes
/
Copy pathnet.solovyov.vpn.plist
File metadata and controls
32 lines (27 loc) · 907 Bytes
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
<?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>Label</key>
<string>net.solovyov.vpn</string>
<key>LowPriorityIO</key>
<true/>
<key>ProgramArguments</key>
<array>
<string>/opt/cisco/anyconnect/bin/vpn</string>
<string>connect</string>
<string>vpn.modnakasta.ua</string>
<string>-s</string>
</array>
<key>StandardInPath</key>
<string>/Users/piranha/.vpn-creds</string>
<key>WatchPaths</key>
<array>
<string>/etc/resolv.conf</string>
<string>/Library/Preferences/SystemConfiguration/NetworkInterfaces.plist</string>
<string>/Library/Preferences/SystemConfiguration/com.apple.airport.preferences.plist</string>
</array>
<key>RunAtLoad</key>
<true/>
</dict>
</plist>