Skip to content

Instantly share code, notes, and snippets.

@SeeFlowerX
Created January 24, 2022 03:24
Show Gist options
  • Save SeeFlowerX/465e9657aec4b8023c2227787193941e to your computer and use it in GitHub Desktop.
Save SeeFlowerX/465e9657aec4b8023c2227787193941e to your computer and use it in GitHub Desktop.
clash+Charles抓包配置
# (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