Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save michaellcader/24e4c1f2f663adb9c6365b0fd2cb1349 to your computer and use it in GitHub Desktop.
Save michaellcader/24e4c1f2f663adb9c6365b0fd2cb1349 to your computer and use it in GitHub Desktop.
1
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,v2ray
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment