Open DADA30000 opened 9 hours ago
u have in outbounds:
{
"tag": "dns-out",
"type": "dns"
}
u should add to route.rules:
{
"outbound": "dns-out",
"protocol": "dns"
},
then u can remove this:
{
"port": 53,
"process_name": [
"anything in here, like really anything"
],
"action": "hijack-dns"
}
u have in outbounds:
{ "tag": "dns-out", "type": "dns" }
u should add to route.rules:
{ "outbound": "dns-out", "protocol": "dns" },
then u can remove this:
{ "port": 53, "process_name": [ "anything in here, like really anything" ], "action": "hijack-dns" }
nope, that's not it, just tried this, and it still fails to resolve anything after removing that small snippet
also I should mention, that removing absolutely every rule and setting final to proxy works, and no, this is not a solution or explanation to this problem, I still need rules
Operating system
Linux
System version
NixOS unstable, Linux 6.12.1
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
I have this configuration
and if I remove this part
DNS stops working, like I can't resolve anything at all, and when I add this back, it works again, and I can't remove any part of this small snippet, if I remove that process_name part, it will also stop working, I can't find anything about this, why is this happening? This was also happening on this configuration
Reproduction
yeet
Logs
No response
Supporter
Integrity requirements