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:
@ -12,7 +12,7 @@
|
||||
},
|
||||
{
|
||||
"tag": "localDns",
|
||||
"address": "https://223.5.5.5/dns-query",
|
||||
"address": "udp://8.8.8.8",
|
||||
"detour": "direct"
|
||||
}
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user