Skip to content

Commit 9856b73

Browse files
committed
Update documentation
1 parent f42356f commit 9856b73

File tree

3 files changed

+21
-6
lines changed

3 files changed

+21
-6
lines changed

docs/changelog.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
#### 1.1-beta7
2+
3+
* Add v2ray mux and XUDP support for VMess inbound
4+
* Add XUDP support for VMess outbound
5+
* Disable DF on direct outbound by default
6+
* Fix bugs in 1.1-beta6
7+
18
#### 1.1-beta6
29

310
* Add [URLTest outbound](/configuration/outbound/urltest)

docs/configuration/outbound/vmess.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"authenticated_length": true,
1515
"network": "tcp",
1616
"tls": {},
17-
"packet_addr": false,
17+
"packet_encoding": "",
1818
"multiplex": {},
1919
"transport": {},
2020

@@ -84,9 +84,13 @@ Both is enabled by default.
8484

8585
TLS configuration, see [TLS](/configuration/shared/tls/#outbound).
8686

87-
#### packet_addr
87+
#### packet_encoding
8888

89-
Enable packetaddr support.
89+
| Encoding | Description |
90+
|------------|-----------------------|
91+
| (none) | Disabled |
92+
| packetaddr | Supported by v2ray 5+ |
93+
| xudp | Supported by xray |
9094

9195
#### multiplex
9296

docs/configuration/outbound/vmess.zh.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"authenticated_length": true,
1515
"network": "tcp",
1616
"tls": {},
17-
"packet_addr": false,
17+
"packet_encoding": "",
1818
"multiplex": {},
1919
"transport": {},
2020

@@ -84,9 +84,13 @@ VMess 用户 ID。
8484

8585
TLS 配置, 参阅 [TLS](/zh/configuration/shared/tls/#outbound)
8686

87-
#### packet_addr
87+
#### packet_encoding
8888

89-
启用 packetaddr 支持。
89+
| 编码 | 描述 |
90+
|------------|---------------|
91+
| (空) | 禁用 |
92+
| packetaddr | 由 v2ray 5+ 支持 |
93+
| xudp | 由 xray 支持 |
9094

9195
#### multiplex
9296

0 commit comments

Comments
 (0)