add clash config for FlClashX
This commit is contained in:
20
clash.yaml
Normal file
20
clash.yaml
Normal file
@@ -0,0 +1,20 @@
|
|||||||
|
mixed-port: 7890
|
||||||
|
allow-lan: false
|
||||||
|
mode: rule
|
||||||
|
log-level: silent
|
||||||
|
|
||||||
|
proxies:
|
||||||
|
- name: "DNSTT-Tunnel"
|
||||||
|
type: socks5
|
||||||
|
server: 127.0.0.1
|
||||||
|
port: 1080
|
||||||
|
udp: false
|
||||||
|
|
||||||
|
proxy-groups:
|
||||||
|
- name: "Proxy"
|
||||||
|
type: select
|
||||||
|
proxies:
|
||||||
|
- DNSTT-Tunnel
|
||||||
|
|
||||||
|
rules:
|
||||||
|
- MATCH,Proxy
|
||||||
Reference in New Issue
Block a user