Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/MHSanaei/3x-ui.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormhsanaei <ho3ein.sanaei@gmail.com>2025-08-17 13:22:33 +0300
committermhsanaei <ho3ein.sanaei@gmail.com>2025-08-17 13:22:33 +0300
commit27445b30e9675d17f7da4ca00bd7911bc0e8571d (patch)
treedfbfce8c29380b5e5672770f4f19c8cdbd197ee8 /web/assets
parent3d0212c21dead086c993e3c9885836325b0b1c06 (diff)
DNS outbound: Set "reject" as the default value for nonIPQuery
Diffstat (limited to 'web/assets')
-rw-r--r--web/assets/js/model/outbound.js2
1 files changed, 1 insertions, 1 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();