From fa619b4255090f21604f2ce576abd5c3c7ca9040 Mon Sep 17 00:00:00 2001 From: Jim Han <50871214+JimhHan@users.noreply.github.com> Date: Wed, 17 Mar 2021 08:30:26 +0800 Subject: [PATCH] Fix: link --- docs/config/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/config/README.md b/docs/config/README.md index f36bfdd88..0f8e655e2 100644 --- a/docs/config/README.md +++ b/docs/config/README.md @@ -52,11 +52,11 @@ Xray 的配置文件为 json 格式, 客户端和服务端的配置格式没有 本地策略,可以设置不同的用户等级和对应的策略设置。 -> inbounds: \[ [InboundObject](./inbounds) \] +> inbounds: \[ [InboundObject](./inbound) \] 一个数组,每个元素是一个入站连接配置。 -> outbounds: \[ [OutboundObject](./outbounds) \] +> outbounds: \[ [OutboundObject](./outbound) \] 一个数组,每个元素是一个出站连接配置。 @@ -74,4 +74,4 @@ Xray 的配置文件为 json 格式, 客户端和服务端的配置格式没有 > fakedns: [FakeDnsObject](./fakedns) -FakeDNS. 可配合透明代理使用,以获取实际域名。 \ No newline at end of file +FakeDNS. 可配合透明代理使用,以获取实际域名。