Skip to content

Commit

Permalink
Update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
nekohasekai committed Sep 23, 2022
1 parent f42356f commit 9856b73
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 6 deletions.
7 changes: 7 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
#### 1.1-beta7

* Add v2ray mux and XUDP support for VMess inbound
* Add XUDP support for VMess outbound
* Disable DF on direct outbound by default
* Fix bugs in 1.1-beta6

#### 1.1-beta6

* Add [URLTest outbound](/configuration/outbound/urltest)
Expand Down
10 changes: 7 additions & 3 deletions docs/configuration/outbound/vmess.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"authenticated_length": true,
"network": "tcp",
"tls": {},
"packet_addr": false,
"packet_encoding": "",
"multiplex": {},
"transport": {},

Expand Down Expand Up @@ -84,9 +84,13 @@ Both is enabled by default.

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

#### packet_addr
#### packet_encoding

Enable packetaddr support.
| Encoding | Description |
|------------|-----------------------|
| (none) | Disabled |
| packetaddr | Supported by v2ray 5+ |
| xudp | Supported by xray |

#### multiplex

Expand Down
10 changes: 7 additions & 3 deletions docs/configuration/outbound/vmess.zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"authenticated_length": true,
"network": "tcp",
"tls": {},
"packet_addr": false,
"packet_encoding": "",
"multiplex": {},
"transport": {},

Expand Down Expand Up @@ -84,9 +84,13 @@ VMess 用户 ID。

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

#### packet_addr
#### packet_encoding

启用 packetaddr 支持。
| 编码 | 描述 |
|------------|---------------|
| (空) | 禁用 |
| packetaddr | 由 v2ray 5+ 支持 |
| xudp | 由 xray 支持 |

#### multiplex

Expand Down

0 comments on commit 9856b73

Please sign in to comment.