Update and rename inbounds.md to inbound.md

This commit is contained in:
Jim Han 2021-03-17 08:18:57 +08:00 committed by GitHub
parent b62fb0f5e9
commit 1fc38b61fc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 节点和其它节点对接的方式