Add query_type DNS rule item

This commit is contained in:
世界
2023-02-08 16:18:40 +08:00
committed by GitHub
parent 41ec2e7944
commit 687b4509df
8 changed files with 143 additions and 27 deletions

View File

@@ -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`