Skip to content

"routeOnly": true可否设计哪些域名不使用routeOnly #3441

@SatenRuiko-Lv0

Description

@SatenRuiko-Lv0

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请求,哪些域名路由并直接请求?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions