Last active
August 31, 2022 14:55
-
-
Save Forgo7ten/ed4146c8977374c3ea8bfc9e871f8027 to your computer and use it in GitHub Desktop.
手机clash抓包配置文件
This file contains 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
mixed-port: 7890 | |
allow-lan: false | |
mode: global | |
external-controller: 127.0.0.1:9090 | |
log-level: info | |
dns: | |
enable: true | |
ipv6: true | |
enhanced-mode: redir-host | |
nameserver: | |
- 114.114.114.114 | |
proxies: | |
- name: "转发Charles" | |
type: socks5 | |
server: 192.168.124.21 | |
port: 8889 | |
- name: "转发BurpSuite" | |
type: http | |
server: 192.168.124.21 | |
port: 8888 | |
proxy-groups: | |
rules: |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment