update: title of inbound/outbound (#113)

Co-authored-by: hmol233 <82594500+hmol233@users.noreply.github.com>
This commit is contained in:
xqzr 2021-09-17 19:53:04 +08:00 committed by hmol233
parent 348484c4f7
commit 40b1357f6b
No known key found for this signature in database
GPG Key ID: D617A9DAB0C992D5
8 changed files with 12 additions and 12 deletions

View File

@ -1,6 +1,6 @@
# 入站代理
入站连接用于接收发来的数据,可用的协议请见[inbound 可用协议列表](./inbounds/)。
入站连接用于接收发来的数据,可用的协议请见[入站协议](./inbounds/)。
## InboundObject
@ -52,7 +52,7 @@
> `protocol`: string
连接协议名称,可选的协议类型见 [inbound 可用协议列表](./inbounds/)。
连接协议名称,可选的协议类型见 [入站协议](./inbounds/)。
> `settings`: InboundConfigurationObject

View File

@ -1,4 +1,4 @@
# Inbounds 协议
# 入站协议
> 这个章节包含了目前所有可用于 Inbounds 的协议及具体配置细节.

View File

@ -1,6 +1,6 @@
# 出站代理
出站连接用于发送数据,可用的协议请见 [outbound 可用协议列表](./outbounds/)。
出站连接用于发送数据,可用的协议请见 [出站协议](./outbounds/)。
## OutboundObject
@ -34,7 +34,7 @@
> `protocol`: string
连接协议名称,可选的协议类型见 [outbound 可用协议列表](./outbounds/)。
连接协议名称,可选的协议类型见 [出站协议](./outbounds/)。
> `settings`: OutboundConfigurationObject

View File

@ -1,4 +1,4 @@
# Outbounds 可用协议列表
# 出站协议
> **这个章节包含了目前所有可用于 Outbounds 的协议及具体配置细节.**

View File

@ -1,6 +1,6 @@
# 入站代理
入站连接用于接收发来的数据,可用的协议请见[inbound 可用协议列表](./inbounds/)。
入站连接用于接收发来的数据,可用的协议请见[inbound protocols](./inbounds/)。
## InboundObject
@ -52,7 +52,7 @@
> `protocol`: string
连接协议名称,可选的协议类型见 [inbound 可用协议列表](./inbounds/)。
连接协议名称,可选的协议类型见 [inbound protocols](./inbounds/)。
> `settings`: InboundConfigurationObject

View File

@ -1,4 +1,4 @@
# Inbounds 协议
# Inbounds Protocols
> 这个章节包含了目前所有可用于 Inbounds 的协议及具体配置细节.

View File

@ -1,6 +1,6 @@
# 出站代理
出站连接用于发送数据,可用的协议请见 [outbound 可用协议列表](./outbounds/)。
出站连接用于发送数据,可用的协议请见 [outbound protocols](./outbounds/)。
## OutboundObject
@ -34,7 +34,7 @@
> `protocol`: string
连接协议名称,可选的协议类型见 [outbound 可用协议列表](./outbounds/)。
连接协议名称,可选的协议类型见 [outbound protocols](./outbounds/)。
> `settings`: OutboundConfigurationObject

View File

@ -1,4 +1,4 @@
# Outbounds 可用协议列表
# Outbound Protocols
> **这个章节包含了目前所有可用于 Outbounds 的协议及具体配置细节.**