Update singbox.json

fix: Changed DNS-over-HTTPS (DoH) implementation to standard UDP DNS resolution to prevent potential service disruptions in regions where HTTPS DNS domains may be blocked or restricted.
This commit is contained in:
Seyed Mahdi
2025-05-26 18:53:17 +03:30
committed by GitHub
parent acddac247a
commit 796c15e323

View File

@ -12,7 +12,7 @@
}, },
{ {
"tag": "localDns", "tag": "localDns",
"address": "https://223.5.5.5/dns-query", "address": "udp://8.8.8.8",
"detour": "direct" "detour": "direct"
} }
], ],