Created
May 19, 2023 04:51
-
-
Save michaellcader/24e4c1f2f663adb9c6365b0fd2cb1349 to your computer and use it in GitHub Desktop.
1
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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