From 1fc38b61fc1923da62bb1e7a36b69c97d94e4dd3 Mon Sep 17 00:00:00 2001 From: Jim Han <50871214+JimhHan@users.noreply.github.com> Date: Wed, 17 Mar 2021 08:18:57 +0800 Subject: [PATCH] Update and rename inbounds.md to inbound.md --- docs/config/{inbounds.md => inbound.md} | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename docs/config/{inbounds.md => inbound.md} (96%) diff --git a/docs/config/inbounds.md b/docs/config/inbound.md similarity index 96% rename from docs/config/inbounds.md rename to docs/config/inbound.md index 9924d6e..47ebb66 100644 --- a/docs/config/inbounds.md +++ b/docs/config/inbound.md @@ -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 节点和其它节点对接的方式