Closed AFrantsevich closed 4 months ago
add dns server to configuration
add dns server to configuration
I added. But it still doesn't work(
"dns": {
"servers": [
{
"tag": "dns_proxy",
"address": "https://1.1.1.1/dns-query",
"address_resolver": "dns_resolver",
"strategy": "ipv4_only",
"detour": "proxy"
},
{
"tag": "dns_direct",
"address": "https://dns.alidns.com/dns-query",
"address_resolver": "dns_resolver",
"strategy": "ipv4_only",
"detour": "direct"
},
{
"tag": "dns_resolver",
"address": "223.5.5.5",
"detour": "direct"
}
],
"rules": [
{
"outbound": "any",
"server": "dns_proxy"
}
],
"final": "dns_direct"
},
Operating system
Linux
System version
Arch Linux
Installation type
Original sing-box Command Line
If you are using a graphical client, please provide the version of the client.
No response
Version
Description
Hi there! When I set tun mode as inbounds, the internet is down. But when I use local server, everything works fine. I've tried a lot of configuration variants, but nothing to help. Thanks a lot!
NOT WORKS
WORKS, BUT AS PROXY:
Reproduction
Full not working config:
Logs
Supporter
Integrity requirements