From 27445b30e9675d17f7da4ca00bd7911bc0e8571d Mon Sep 17 00:00:00 2001 From: mhsanaei Date: Sun, 17 Aug 2025 12:22:33 +0200 Subject: [PATCH] DNS outbound: Set "reject" as the default value for nonIPQuery --- web/assets/js/model/outbound.js | 2 +- web/html/form/outbound.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/web/assets/js/model/outbound.js b/web/assets/js/model/outbound.js index ce110a73..ee78795f 100644 --- a/web/assets/js/model/outbound.js +++ b/web/assets/js/model/outbound.js @@ -995,7 +995,7 @@ Outbound.DNSSettings = class extends CommonClass { network = 'udp', address = '', port = 53, - nonIPQuery = 'drop', + nonIPQuery = 'reject', blockTypes = [] ) { super(); diff --git a/web/html/form/outbound.html b/web/html/form/outbound.html index 0b75ba27..c7a786b7 100644 --- a/web/html/form/outbound.html +++ b/web/html/form/outbound.html @@ -105,7 +105,7 @@ - [[ s ]] + [[ s ]]