mirror of
https://github.com/XTLS/Xray-docs-next.git
synced 2025-04-04 22:03:35 +03:00
Update and rename inbounds.md to inbound.md
This commit is contained in:
parent
b62fb0f5e9
commit
1fc38b61fc
1 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
# 入站代理
|
||||
|
||||
入站连接用于接收发来的数据,可用的协议请见[inbound 可用协议列表](../../inbound-protocols)。
|
||||
入站连接用于接收发来的数据,可用的协议请见[inbound 可用协议列表](./inbounds)。
|
||||
|
||||
## InboundObject
|
||||
|
||||
|
@ -52,13 +52,13 @@
|
|||
|
||||
>`protocol`: string
|
||||
|
||||
连接协议名称,可选的协议类型见[inbound 可用协议列表](../../inbound-protocols)。
|
||||
连接协议名称,可选的协议类型见[inbound 可用协议列表](./inbounds)。
|
||||
|
||||
>`settings`: InboundConfigurationObject
|
||||
|
||||
具体的配置内容,视协议不同而不同。详见每个协议中的 `InboundConfigurationObject`。
|
||||
|
||||
>`streamSettings`: [StreamSettingsObject](../transport#streamsettingsobject)
|
||||
>`streamSettings`: [StreamSettingsObject](./transport#streamsettingsobject)
|
||||
|
||||
底层传输方式(transport)是当前 Xray 节点和其它节点对接的方式
|
||||
|
Loading…
Add table
Reference in a new issue