Skip to content

Instantly share code, notes, and snippets.

@Leask
Created November 15, 2016 15:01
Show Gist options
  • Save Leask/52d115931c3d5f9d152bf0997082c42f to your computer and use it in GitHub Desktop.
Save Leask/52d115931c3d5f9d152bf0997082c42f to your computer and use it in GitHub Desktop.
Flora Muse HTTP Proxy Config
<?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>PayloadContent</key>
<array>
<dict>
<key>PayloadDescription</key>
<string>Global HTTP Proxy</string>
<key>PayloadDisplayName</key>
<string>Global HTTP Proxy</string>
<key>PayloadIdentifier</key>
<string>com.apple.proxy.http.global.3C311319-0915-4270-8E56-CDF06ACD50A5</string>
<key>PayloadType</key>
<string>com.apple.proxy.http.global</string>
<key>PayloadUUID</key>
<string>E9A087F1-7E07-4A5E-AA02-809299083C71</string>
<key>PayloadVersion</key>
<integer>1</integer>
<key>ProxyCaptiveLoginAllowed</key>
<false/>
<key>ProxyServer</key>
<string>10.0.1.254</string>
<key>ProxyServerPort</key>
<integer>8964</integer>
<key>ProxyType</key>
<string>Manual</string>
</dict>
</array>
<key>PayloadDisplayName</key>
<string>Flora Muse</string>
<key>PayloadIdentifier</key>
<string>flora.local.172BD9E7-9E0F-420D-A584-8640AFD2DC26</string>
<key>PayloadRemovalDisallowed</key>
<false/>
<key>PayloadType</key>
<string>Configuration</string>
<key>PayloadUUID</key>
<string>55FD9853-2079-4090-8615-92F17699096B</string>
<key>PayloadVersion</key>
<integer>1</integer>
</dict>
</plist>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment