Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save michaellcader/34a611a5186f35e1d9d3ed3e13c11829 to your computer and use it in GitHub Desktop.
Save michaellcader/34a611a5186f35e1d9d3ed3e13c11829 to your computer and use it in GitHub Desktop.
2
proxies:
- name: Charles
type: socks5
server: 127.0.0.1
port: 8889
- name: v2ray
type: socks5
server: 127.0.0.1
port: 10809
proxy-groups:
- name: Proxy
proxies:
- Charles
type: select
rules:
- PROCESS-NAME,Charles.exe,DIRECT
- PROCESS-NAME,Microsoft.Notes.exe,v2ray
- PROCESS-NAME,WeChatApp.exe,Charles
- PROCESS-NAME,WeChatAppEx.exe,Charles
- PROCESS-NAME,WechatBrowser.exe,Charles
- PROCESS-NAME,msedge.exe,Charles
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment