From 58c878f36d233325d85eec2975ed33759bd85434 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=96=E7=95=8C?= Date: Wed, 8 Feb 2023 16:12:58 +0800 Subject: [PATCH] Add doc --- docs/configuration/dns/rule.md | 9 +++++++++ docs/configuration/dns/rule.zh.md | 9 +++++++++ 2 files changed, 18 insertions(+) diff --git a/docs/configuration/dns/rule.md b/docs/configuration/dns/rule.md index eae988ed..5132253b 100644 --- a/docs/configuration/dns/rule.md +++ b/docs/configuration/dns/rule.md @@ -9,6 +9,11 @@ "mixed-in" ], "ip_version": 6, + "query_type": [ + "A", + "HTTPS", + 32768 + ], "network": "tcp", "auth_user": [ "usera", @@ -119,6 +124,10 @@ Tags of [Inbound](/configuration/inbound). Not limited if empty. +#### query_type + +DNS query type. Values can be integers or type name strings. + #### network `tcp` or `udp`. diff --git a/docs/configuration/dns/rule.zh.md b/docs/configuration/dns/rule.zh.md index 9f181438..f3ea1c01 100644 --- a/docs/configuration/dns/rule.zh.md +++ b/docs/configuration/dns/rule.zh.md @@ -9,6 +9,11 @@ "mixed-in" ], "ip_version": 6, + "query_type": [ + "A", + "HTTPS", + 32768 + ], "network": "tcp", "auth_user": [ "usera", @@ -118,6 +123,10 @@ 默认不限制。 +#### query_type + +DNS 查询类型。值可以为整数或者类型名称字符串。 + #### network `tcp` 或 `udp`。