Skip to content

Commit 19d08b5

Browse files
committed
Update documentation
1 parent 39514b3 commit 19d08b5

File tree

3 files changed

+11
-20
lines changed

3 files changed

+11
-20
lines changed

docs/changelog.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
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+
112
#### 1.1.5
213

314
* Add Go 1.20 support

docs/configuration/experimental/index.md

-10
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
"external_controller": "127.0.0.1:9090",
1010
"external_ui": "folder",
1111
"secret": "",
12-
"direct_io": false,
1312
"default_mode": "rule",
1413
"store_selected": false,
1514
"cache_file": "cache.db"
@@ -18,7 +17,6 @@
1817
"listen": "127.0.0.1:8080",
1918
"stats": {
2019
"enabled": true,
21-
"direct_io": false,
2220
"inbounds": [
2321
"socks-in"
2422
],
@@ -61,10 +59,6 @@ Secret for the RESTful API (optional)
6159
Authenticate by spedifying HTTP header `Authorization: Bearer ${secret}`
6260
ALWAYS set a secret if RESTful API is listening on 0.0.0.0
6361

64-
#### direct_io
65-
66-
Allows lossless relays like splice without real-time traffic reporting.
67-
6862
#### default_mode
6963

7064
Default mode in clash, `rule` will be used if empty.
@@ -101,10 +95,6 @@ Traffic statistics service settings.
10195

10296
Enable statistics service.
10397

104-
#### stats.direct_io
105-
106-
Allows lossless relays like splice without real-time traffic reporting.
107-
10898
#### stats.inbounds
10999

110100
Inbound list to count traffic.

docs/configuration/experimental/index.zh.md

-10
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
"external_controller": "127.0.0.1:9090",
1010
"external_ui": "folder",
1111
"secret": "",
12-
"direct_io": false,
1312
"default_mode": "rule",
1413
"store_selected": false,
1514
"cache_file": "cache.db"
@@ -18,7 +17,6 @@
1817
"listen": "127.0.0.1:8080",
1918
"stats": {
2019
"enabled": true,
21-
"direct_io": false,
2220
"inbounds": [
2321
"socks-in"
2422
],
@@ -59,10 +57,6 @@ RESTful API 的密钥(可选)
5957
通过指定 HTTP 标头 `Authorization: Bearer ${secret}` 进行身份验证
6058
如果 RESTful API 正在监听 0.0.0.0,请始终设置一个密钥。
6159

62-
#### direct_io
63-
64-
允许像 splice 这样的没有实时流量报告的无损中继。
65-
6660
#### default_mode
6761

6862
Clash 中的默认模式,默认使用 `rule`
@@ -99,10 +93,6 @@ gRPC API 监听地址。如果为空,则禁用 V2Ray API。
9993

10094
启用统计服务。
10195

102-
#### stats.direct_io
103-
104-
允许像 splice 这样的没有实时流量报告的无损中继。
105-
10696
#### stats.inbounds
10797

10898
统计流量的入站列表。

0 commit comments

Comments
 (0)