From e5d89cadbeeb61b8f868252750b2f924969f83cf Mon Sep 17 00:00:00 2001 From: Jeff Jing Date: Sat, 18 Jan 2025 14:05:25 +0800 Subject: [PATCH] =?UTF-8?q?update:=20=E4=BB=A3=E7=90=86=E7=BB=84=E7=9A=84?= =?UTF-8?q?=E6=A3=80=E6=9F=A5=E7=9A=84=E6=8F=8F=E8=BF=B0=20(#63)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/config/proxy-groups/index.en.md | 5 ++++- docs/config/proxy-groups/index.md | 3 +++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/docs/config/proxy-groups/index.en.md b/docs/config/proxy-groups/index.en.md index ddc49aa5..1368b69f 100644 --- a/docs/config/proxy-groups/index.en.md +++ b/docs/config/proxy-groups/index.en.md @@ -54,6 +54,9 @@ References to [proxy sets](../proxy-providers/index.md). Health check test address. +!!! note + It will only check the proxies field of the proxy group, and will not check the proxies of the proxy providers introduced through use. + ## interval Health check interval; if not 0, periodic testing is enabled, measured in seconds. @@ -167,4 +170,4 @@ Returns `hidden` status in the API to hide the display of this proxy group (requ ## icon -Returns the string input for `icon` in the API to display in this proxy group (requires front-end adaptation using the API). \ No newline at end of file +Returns the string input for `icon` in the API to display in this proxy group (requires front-end adaptation using the API). diff --git a/docs/config/proxy-groups/index.md b/docs/config/proxy-groups/index.md index 181d4421..0592040e 100644 --- a/docs/config/proxy-groups/index.md +++ b/docs/config/proxy-groups/index.md @@ -54,6 +54,9 @@ proxy-groups: 健康检查测试地址 +!!! note + 只会检查代理组的 proxies 字段的代理,不会检查代理集合(proxy-providers)的代理(通过 use 引入的)。 + ## interval 健康检查间隔,如不为 0 则启用定时测试,单位为秒