Fix menu hierarchy issues with SS inbound and DNS outbound

This commit is contained in:
Meow
2026-05-07 19:26:34 +08:00
parent 2c43e7b55d
commit 90f358c032
6 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -104,7 +104,7 @@ Shadowsocks 2022 新协议格式提升了性能并带有完整的重放保护,
当存在此选项时,代表启用多用户模式。 当存在此选项时,代表启用多用户模式。
## UserObject ### UserObject
```json ```json
{ {
+1 -1
View File
@@ -64,7 +64,7 @@ DNS 是一个出站协议,用于接收由 routing 送入的 DNS 查询,并
若未命中任何规则,则使用内置兜底规则:A 和 AAAA 查询会被导入内置 DNS 模块,其它类型会被显式拒绝。 若未命中任何规则,则使用内置兜底规则:A 和 AAAA 查询会被导入内置 DNS 模块,其它类型会被显式拒绝。
## RuleObject ### RuleObject
```json ```json
{ {
+1 -1
View File
@@ -104,7 +104,7 @@ Each item in the array is a [UserObject](#userobject).
When this option exists, it indicates that multi-user mode is enabled. When this option exists, it indicates that multi-user mode is enabled.
## UserObject ### UserObject
```json ```json
{ {
+1 -1
View File
@@ -64,7 +64,7 @@ Matches DNS query rules in order, and supports fine-grained control by `qtype` a
If no rule is matched, the built-in fallback rule is used: A and AAAA queries are imported into the built-in DNS module, while other query types are explicitly refused. If no rule is matched, the built-in fallback rule is used: A and AAAA queries are imported into the built-in DNS module, while other query types are explicitly refused.
## RuleObject ### RuleObject
```json ```json
{ {
+1 -1
View File
@@ -104,7 +104,7 @@
Наличие этой опции означает, что включен многопользовательский режим. Наличие этой опции означает, что включен многопользовательский режим.
## UserObject ### UserObject
```json ```json
{ {
+1 -1
View File
@@ -64,7 +64,7 @@ DNS-запросы сопоставляются с правилами по по
Если ни одно правило не совпало, используется встроенное правило по умолчанию: запросы A и AAAA направляются во встроенный DNS-модуль, а запросы других типов явно отклоняются. Если ни одно правило не совпало, используется встроенное правило по умолчанию: запросы A и AAAA направляются во встроенный DNS-модуль, а запросы других типов явно отклоняются.
## RuleObject ### RuleObject
```json ```json
{ {