mirror of
https://github.com/XTLS/Xray-docs-next.git
synced 2025-01-19 17:21:41 +03:00
Fix: outbound.md
This commit is contained in:
parent
c241e65a06
commit
8408456d21
@ -1,6 +1,6 @@
|
||||
# 出站代理
|
||||
|
||||
出站连接用于发送数据,可用的协议请见[outbound 可用协议列表](../../outbound-protocols)。
|
||||
出站连接用于发送数据,可用的协议请见[outbound 可用协议列表](../outbounds/)。
|
||||
|
||||
## OutboundObject
|
||||
|
||||
@ -34,7 +34,7 @@
|
||||
用于发送数据的 IP 地址,当主机有多个 IP 地址时有效,默认值为 `"0.0.0.0"`。
|
||||
>`protocol`: string
|
||||
|
||||
连接协议名称,可选的协议类型见[outbound 可用协议列表](../../outbound-protocols)。
|
||||
连接协议名称,可选的协议类型见[outbound 可用协议列表](./outbounds/)。
|
||||
>`settings`: OutboundConfigurationObject
|
||||
|
||||
具体的配置内容,视协议不同而不同。详见每个协议中的 `OutboundConfigurationObject`。
|
||||
@ -46,7 +46,7 @@
|
||||
当其不为空时,其值必须在所有 `tag` 中 **唯一**。
|
||||
:::
|
||||
|
||||
>`streamSettings`: [StreamSettingsObject](../../base/transport#streamsettingsobject)
|
||||
>`streamSettings`: [StreamSettingsObject](./transport#streamsettingsobject)
|
||||
|
||||
底层传输方式(transport)是当前 Xray 节点和其它节点对接的方式
|
||||
|
||||
@ -71,7 +71,7 @@ Mux 相关的具体配置。
|
||||
当指定另一个outbound的标识时,此outbound发出的数据,将被转发至所指定的outbound发出。
|
||||
|
||||
::: danger
|
||||
这种转发方式**不经过**底层传输方式。如果需要使用支持底层传输方式的转发,请使用 [SockOpt.dialerProxy](../transport/#sockoptobject)。
|
||||
这种转发方式**不经过**底层传输方式。如果需要使用支持底层传输方式的转发,请使用 [SockOpt.dialerProxy](./transport#sockoptobject)。
|
||||
:::
|
||||
|
||||
::: danger
|
||||
@ -83,7 +83,7 @@ Mux 相关的具体配置。
|
||||
:::
|
||||
|
||||
### MuxObject
|
||||
Mux 功能是在一条 TCP 连接上分发多个 TCP 连接的数据。实现细节详见 [Mux.Cool](../../../develop/protocols/muxcool)。Mux 是为了减少 TCP 的握手延迟而设计,而非提高连接的吞吐量。使用 Mux 看视频、下载或者测速通常都有反效果。Mux 只需要在客户端启用,服务器端自动适配。
|
||||
Mux 功能是在一条 TCP 连接上分发多个 TCP 连接的数据。实现细节详见 [Mux.Cool](../development/protocols/muxcool)。Mux 是为了减少 TCP 的握手延迟而设计,而非提高连接的吞吐量。使用 Mux 看视频、下载或者测速通常都有反效果。Mux 只需要在客户端启用,服务器端自动适配。
|
||||
|
||||
`MuxObject` 对应 `OutboundObject` 中的 `mux` 项。
|
||||
|
Loading…
x
Reference in New Issue
Block a user