-
Notifications
You must be signed in to change notification settings - Fork 22
Expand file tree
/
Copy pathRead.yaml
More file actions
85 lines (78 loc) · 1.74 KB
/
Read.yaml
File metadata and controls
85 lines (78 loc) · 1.74 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
# 通用配置
mode: rule
ipv6: true
mixed-port: 7890
allow-lan: true
bind-address: 0.0.0.0
log-level: info
unified-delay: true
find-process-mode: always
global-client-fingerprint: chrome
# 规则选择缓存
profile:
store-selected: true
store-fake-ip: true
tcp-concurrent: true
keep-alive-interval: 15
keep-alive-idle: 15
disable-keep-alive: true
# GEO配置
geodata-mode: true
geo-auto-update: true
geo-update-interval: 24
geodata-loader: standard
geox-url:
geoip: "https://testingcf.jsdelivr.net/gh/MetaCubeX/meta-rules-dat@release/geoip.dat"
geosite: "https://testingcf.jsdelivr.net/gh/MetaCubeX/meta-rules-dat@release/geosite.dat"
mmdb: "https://testingcf.jsdelivr.net/gh/MetaCubeX/meta-rules-dat@release/country.mmdb"
asn: "https://github.com/xishang0128/geoip/releases/download/latest/GeoLite2-ASN.mmdb"
# 时间同步
ntp:
enable: true
write-to-system: false
server: time.apple.com
port: 123
interval: 30
# 入站
tun:
enable: true
stack: gvisor
auto-route: true
strict-route: false
auto-detect-interface: true
dns-hijack:
- any:53
# 代理
proxies:
- { name: "直连",type: direct }
- { name: "Clash",type: socks5,server: 127.0.0.1,port: 7890 }
- name: "1"
type: socks5
server:
port:
username:
password:
- name: "2"
type: socks5
server: 127.0.0.1
port:
# 代理锚点
Proxy: &Proxy { proxies: [ "1","2" ] }
# 代理组
proxy-groups:
- name: 默认
type: select
proxies: [负载均衡, 链式代理, 直连, Clash]
- name: 负载均衡
type: load-balance
url: ''
strategy: round-robin
<<: *Proxy
- name: 链式代理
type: relay
strategy: round-robin
<<: *Proxy
rules:
- GEOIP,private,默认
- MATCH,Clash
- IP-CIDR,0.0.0.0/24,默认