Просмотр исходного кода

documentation: Fix description of reject DNS action behavior

PuerNya 5 месяцев назад
Родитель
Сommit
42064fe7ec
2 измененных файлов с 2 добавлено и 2 удалено
  1. 1 1
      docs/configuration/dns/rule_action.md
  2. 1 1
      docs/configuration/dns/rule_action.zh.md

+ 1 - 1
docs/configuration/dns/rule_action.md

@@ -81,7 +81,7 @@ Will overrides `dns.client_subnet`.
 
 #### method
 
-- `default`: Reply with NXDOMAIN.
+- `default`: Reply with REFUSED.
 - `drop`: Drop the request.
 
 `default` will be used by default.

+ 1 - 1
docs/configuration/dns/rule_action.zh.md

@@ -81,7 +81,7 @@ icon: material/new-box
 
 #### method
 
-- `default`: 返回 NXDOMAIN
+- `default`: 返回 REFUSED
 - `drop`: 丢弃请求。
 
 默认使用 `defualt`。