DNS outbound: Set "reject" as the default value for nonIPQuery

This commit is contained in:
mhsanaei
2025-08-17 12:22:33 +02:00
parent 3d0212c21d
commit 27445b30e9
2 changed files with 2 additions and 2 deletions

View File

@@ -995,7 +995,7 @@ Outbound.DNSSettings = class extends CommonClass {
network = 'udp',
address = '',
port = 53,
nonIPQuery = 'drop',
nonIPQuery = 'reject',
blockTypes = []
) {
super();