@scckk 在 想问一下sing-box 路由中resolve的作用及必要性,求大佬指教 中发帖
"route": {
"rules": [
// {
// "inbound": "in",
// "action": "resolve"
// },
{
"inbound": "in",
"action": "sniff"
},
{
"protocol": "dns",
"action": "hijack-dns"
},
{
"protocol": ["quic"],
"action": "reject"
},```