@@ -23,21 +23,45 @@ proxy-groups:
23
23
type : select
24
24
proxies :
25
25
- example
26
+ - filtered
26
27
- main
27
28
- backup
28
29
- DIRECT
30
+ url : https://www.gstatic.com/generate_204
31
+ interval : 600
32
+ timeout : 2000
33
+ lazy : true
29
34
- name : AIGC
30
35
type : select
31
36
use :
32
37
- main
38
+ - name : filtered
39
+ type : url-test
40
+ tolerance : 200
41
+ use :
42
+ - main
43
+ filter : " hk|hongkong|hong kong"
44
+ url : http://www.gstatic.com/generate_204
45
+ interval : 300
46
+ timeout : 2000
47
+ max-failed-times : 5
48
+ lazy : true
33
49
- name : main
34
50
type : select
35
51
use :
36
52
- main
53
+ url : https://www.gstatic.com/generate_204
54
+ interval : 0
55
+ timeout : 2000
56
+ lazy : true
37
57
- name : backup
38
58
type : select
39
59
use :
40
60
- backup
61
+ url : https://www.gstatic.com/generate_204
62
+ interval : 0
63
+ timeout : 2000
64
+ lazy : true
41
65
- name : Unmached
42
66
type : select
43
67
proxies :
@@ -50,19 +74,11 @@ proxy-providers:
50
74
url : example.com
51
75
interval : 3600
52
76
path : ./profiles/main.yaml
53
- health-check :
54
- enable : false
55
- url : http://www.gstatic.com/generate_204
56
- interval : 300
57
77
backup :
58
78
type : http
59
79
url : example.com
60
80
interval : 3600
61
81
path : ./profiles/backup.yaml
62
- health-check :
63
- enable : false
64
- url : http://www.gstatic.com/generate_204
65
- interval : 300
66
82
67
83
rule-providers :
68
84
reject :
@@ -116,17 +132,12 @@ rule-providers:
116
132
path : ./ruleset/ai.txt
117
133
118
134
rules :
119
- - DOMAIN,clash.razord.top,DIRECT
120
- - DOMAIN,yacd.haishan.me,DIRECT
121
135
- RULE-SET,reject,REJECT
122
136
- RULE-SET,ai,AIGC
123
137
- IP-CIDR,8.8.8.8/32,PROXY
124
138
- IP-CIDR,1.1.1.1/32,PROXY
125
139
- IP-CIDR,8.8.4.4/32,PROXY
126
140
- IP-CIDR,1.0.0.1/32,PROXY
127
- - IP-CIDR,192.168.3.2/32,DIRECT
128
- - DOMAIN,cdn.jsdelivr.net,PROXY
129
- - DOMAIN,assets.fanart.tv,PROXY
130
141
- RULE-SET,telegramcidr,PROXY
131
142
- RULE-SET,icloud,DIRECT
132
143
- RULE-SET,apple,DIRECT
@@ -138,9 +149,9 @@ rules:
138
149
139
150
dns :
140
151
nameserver :
141
- - gwdns
152
+ - gwdns # change it
142
153
fallback :
143
154
- https://8.8.8.8/dns-query
144
155
- https://1.1.1.1/dns-query
145
156
proxy-server-nameserver :
146
- - gwdns
157
+ - gwdns # change it
0 commit comments