Update documentation

This commit is contained in:
世界
2022-08-27 21:32:20 +08:00
parent de2453fce9
commit 561a9e5275
12 changed files with 33 additions and 11 deletions

View File

@@ -16,6 +16,7 @@
"authenticated_length": true,
"network": "tcp",
"tls": {},
"packet_addr": false,
"multiplex": {},
"transport": {},
@@ -95,6 +96,10 @@ Both is enabled by default.
TLS configuration, see [TLS](/configuration/shared/tls/#outbound).
#### packet_addr
Enable packetaddr support.
#### multiplex
Multiplex configuration, see [Multiplex](/configuration/shared/multiplex).

View File

@@ -6,6 +6,7 @@
{
"type": "vmess",
"tag": "vmess-out",
"server": "127.0.0.1",
"server_port": 1080,
"uuid": "bf000d23-0752-40b4-affe-68f7707a9661",
@@ -15,8 +16,10 @@
"authenticated_length": true,
"network": "tcp",
"tls": {},
"packet_addr": false,
"multiplex": {},
"transport": {},
"detour": "upstream-out",
"bind_interface": "en0",
"bind_address": "0.0.0.0",
@@ -93,6 +96,10 @@ VMess 用户 ID。
TLS 配置, 参阅 [TLS](/zh/configuration/shared/tls/#outbound)。
#### packet_addr
启用 packetaddr 支持。
#### multiplex
多路复用配置, 参阅 [多路复用](/zh/configuration/shared/multiplex)。