From 3dbdda9555a5472f271eb7d4ec31701d1a55df69 Mon Sep 17 00:00:00 2001 From: Monica <1379531829@qq.com> Date: Sun, 15 Sep 2024 11:47:04 +0800 Subject: [PATCH] documentation: Fix dial.zh.md The Chinese documentation incorrectly stated that the default value for the domain_strategy field in the direct outbound module is dns.strategy. The correct value should be inbound.domain_strategy, as specified in the English documentation. This commit corrects the Chinese documentation to align with the accurate behavior described in the English version. Signed-off-by: Monica <1379531829@qq.com> --- docs/configuration/shared/dial.zh.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/configuration/shared/dial.zh.md b/docs/configuration/shared/dial.zh.md index 300e99ff..ccb61c7a 100644 --- a/docs/configuration/shared/dial.zh.md +++ b/docs/configuration/shared/dial.zh.md @@ -83,7 +83,10 @@ 如果设置,域名将在请求发出之前解析为 IP。 -默认使用 `dns.strategy`。 +| 出站 | 受影响的域名 | 默认回退值 | +|----------|--------------------------|-------------------------------------------| +| `direct` | 请求中的域名 | `inbound.domain_strategy` | +| others | 服务器地址中的域名 | / | #### fallback_delay