Created
May 20, 2023 17:40
-
-
Save michaellcader/34a611a5186f35e1d9d3ed3e13c11829 to your computer and use it in GitHub Desktop.
2
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,Charles |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment