Skip to content

Instantly share code, notes, and snippets.

@zihoo
Forked from mheiges/ca.apenwarr.Sshuttle.plist
Created March 18, 2016 03:38
Show Gist options
  • Save zihoo/855243b13c6e87558bf2 to your computer and use it in GitHub Desktop.
Save zihoo/855243b13c6e87558bf2 to your computer and use it in GitHub Desktop.
Shuttle configuration
<?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>debug</key>
<false/>
<key>servers</key>
<array>
<dict>
<key>autoHosts</key>
<true/>
<key>autoNets</key>
<integer>2</integer>
<key>host</key>
<string>spruce.pcbi.upenn.edu</string>
<key>latencyControl</key>
<integer>1</integer>
<key>nets</key>
<array>
<array>
<string>128.91.49.128</string>
<integer>24</integer>
</array>
<array>
<string>128.192.0.0</string>
<integer>16</integer>
</array>
<array>
<string>172.16.44.0</string>
<integer>24</integer>
</array>
</array>
<key>useDns</key>
<false/>
</dict>
<dict>
<key>autoHosts</key>
<true/>
<key>autoNets</key>
<integer>2</integer>
<key>host</key>
<string>santol.gacrc.uga.edu</string>
<key>latencyControl</key>
<integer>1</integer>
<key>nets</key>
<array>
<array>
<string>128.192.0.0</string>
<integer>16</integer>
</array>
<array>
<string>128.91.49.0</string>
<integer>24</integer>
</array>
<array>
<string>172.16.30.0</string>
<integer>24</integer>
</array>
</array>
<key>useDns</key>
<false/>
</dict>
</array>
</dict>
</plist>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment