Skip to content

"geosite-geolocation-!cn" 与 final 的设置是否重复了? #131

@choicky

Description

@choicky

route 模块中,设置了 "final": "proxy",同时,也做了如下设置:

            {
                "rule_set": "geosite-geolocation-!cn",
                "outbound": "proxy"
            },
            {
                "rule_set": "geoip-cn",
                "outbound": "direct"
            }

其中的

{
                "rule_set": "geosite-geolocation-!cn",
                "outbound": "proxy"
            }

是否与 "final": "proxy" 重复了呢?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions