inbound配置如下
inConfigure() {
result='{
"tag": "socks-in",
"port": 10800,
"protocol": "socks",
"settings": {
"network": "tcp,udp",
"udp": true
},
"sniffing": {
"enabled": 'true',
"destOverride": ["http", "tls", "quic", "fakedns"],
"routeOnly": true
}
}'
}
可否增加一个类似domainsExcluded的功能,为routeOnly配置一下哪些域名仅路由连接使用ip请求,哪些域名路由并直接请求?