Created
January 24, 2022 03:24
-
-
Save SeeFlowerX/465e9657aec4b8023c2227787193941e to your computer and use it in GitHub Desktop.
clash+Charles抓包配置
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
# (HTTP and SOCKS5 in one port) | |
mixed-port: 7890 | |
# RESTful API for clash | |
external-controller: 127.0.0.1:9090 | |
allow-lan: false | |
mode: global | |
log-level: info | |
#bind-address:* | |
dns: | |
enable: true | |
enhanced-mode: redir-host | |
nameserver: | |
- 114.114.114.114 | |
tun: | |
enable: true | |
stack: system | |
dns-hijack: | |
- 114.114.114.114 | |
auto-route: true | |
auto-detect-interface: true | |
proxies: | |
- | |
name: ceshi | |
type: socks5 | |
server: 127.0.0.1 | |
port: 1080 | |
proxy-groups: | |
rules: |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment