Browse Source

documentation: Fix description of reject DNS action behavior

PuerNya 5 tháng trước cách đây
mục cha
commit
42064fe7ec

+ 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`。