File tree 3 files changed +11
-20
lines changed
configuration/experimental
3 files changed +11
-20
lines changed Original file line number Diff line number Diff line change
1
+ #### 1.2-beta1
2
+
3
+ * Add [ DHCP DNS server] ( /configuration/dns/server ) support
4
+ * Add SSH [ host key validation] ( /configuration/outbound/ssh ) support
5
+ * Add [ query_type] ( /configuration/dns/rule ) DNS rule item
6
+ * Add v2ray [ user stats] ( /configuration/experimental#statsusers ) api
7
+ * Add new clash DNS query api
8
+ * Improve vmess request
9
+ * Fix ipv6 redirect on Linux
10
+ * Fix match geoip private
11
+
1
12
#### 1.1.5
2
13
3
14
* Add Go 1.20 support
Original file line number Diff line number Diff line change 9
9
"external_controller" : " 127.0.0.1:9090" ,
10
10
"external_ui" : " folder" ,
11
11
"secret" : " " ,
12
- "direct_io" : false ,
13
12
"default_mode" : " rule" ,
14
13
"store_selected" : false ,
15
14
"cache_file" : " cache.db"
18
17
"listen" : " 127.0.0.1:8080" ,
19
18
"stats" : {
20
19
"enabled" : true ,
21
- "direct_io" : false ,
22
20
"inbounds" : [
23
21
" socks-in"
24
22
],
@@ -61,10 +59,6 @@ Secret for the RESTful API (optional)
61
59
Authenticate by spedifying HTTP header ` Authorization: Bearer ${secret} `
62
60
ALWAYS set a secret if RESTful API is listening on 0.0.0.0
63
61
64
- #### direct_io
65
-
66
- Allows lossless relays like splice without real-time traffic reporting.
67
-
68
62
#### default_mode
69
63
70
64
Default mode in clash, ` rule ` will be used if empty.
@@ -101,10 +95,6 @@ Traffic statistics service settings.
101
95
102
96
Enable statistics service.
103
97
104
- #### stats.direct_io
105
-
106
- Allows lossless relays like splice without real-time traffic reporting.
107
-
108
98
#### stats.inbounds
109
99
110
100
Inbound list to count traffic.
Original file line number Diff line number Diff line change 9
9
"external_controller" : " 127.0.0.1:9090" ,
10
10
"external_ui" : " folder" ,
11
11
"secret" : " " ,
12
- "direct_io" : false ,
13
12
"default_mode" : " rule" ,
14
13
"store_selected" : false ,
15
14
"cache_file" : " cache.db"
18
17
"listen" : " 127.0.0.1:8080" ,
19
18
"stats" : {
20
19
"enabled" : true ,
21
- "direct_io" : false ,
22
20
"inbounds" : [
23
21
" socks-in"
24
22
],
@@ -59,10 +57,6 @@ RESTful API 的密钥(可选)
59
57
通过指定 HTTP 标头 ` Authorization: Bearer ${secret} ` 进行身份验证
60
58
如果 RESTful API 正在监听 0.0.0.0,请始终设置一个密钥。
61
59
62
- #### direct_io
63
-
64
- 允许像 splice 这样的没有实时流量报告的无损中继。
65
-
66
60
#### default_mode
67
61
68
62
Clash 中的默认模式,默认使用 ` rule ` 。
@@ -99,10 +93,6 @@ gRPC API 监听地址。如果为空,则禁用 V2Ray API。
99
93
100
94
启用统计服务。
101
95
102
- #### stats.direct_io
103
-
104
- 允许像 splice 这样的没有实时流量报告的无损中继。
105
-
106
96
#### stats.inbounds
107
97
108
98
统计流量的入站列表。
You can’t perform that action at this time.
0 commit comments