Skip to content

Instantly share code, notes, and snippets.

@hahwul
Created October 31, 2023 04:01
Show Gist options
  • Save hahwul/d008a1e345b6eea1b2785049436426d0 to your computer and use it in GitHub Desktop.
Save hahwul/d008a1e345b6eea1b2785049436426d0 to your computer and use it in GitHub Desktop.
proxy-switcher
<?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>Enable proxy settings for ZAP</string>
<key>PayloadDisplayName</key>
<string>ZAP Enable</string>
<key>PayloadIdentifier</key>
<string>com.apple.proxy.http.global.63FBF3EC-E35B-4DB8-9CB9-A9034AC44967</string>
<key>PayloadOrganization</key>
<string>HAHWUL</string>
<key>PayloadType</key>
<string>com.apple.proxy.http.global</string>
<key>PayloadUUID</key>
<string>63FBF3EC-E35B-4DB8-9CB9-A9034AC44967</string>
<key>PayloadVersion</key>
<integer>1</integer>
<key>ProxyServer</key>
<string>192.168.0.63</string>
<key>ProxyServerPort</key>
<integer>8090</integer>
<key>ProxyType</key>
<string>Manual</string>
</dict>
</array>
<key>PayloadDisplayName</key>
<string>ZAP Enable</string>
<key>PayloadIdentifier</key>
<string>com.zap.proxy</string>
<key>PayloadOrganization</key>
<string>HAHWUL</string>
<key>PayloadType</key>
<string>Configuration</string>
<key>PayloadUUID</key>
<string>638FC50B-563C-4A5B-8942-FD4BE040AC20</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