電訊茶室's Archiver

kenfung 發表於 2020-6-29 15:37

請教v2ray分流

用左v2ray 很久。。都set 左server 係香港俾大陸朋友用 、
想問下如果係大陸office 到set 個 v2 gateway 、但想做大陸同外國website 流量分流。。
請問有咩方法可以做倒呢? thx~

tomleehk 發表於 2020-6-29 16:22

[url]https://toutyrater.github.io/basic/routing/cndirect.html[/url]

亦可google keyword : v2ray 分流设置

利申 : 未試過work唔work

kingwilliam 發表於 2020-7-4 09:32

[i=s] 本帖最後由 kingwilliam 於 2020-7-4 09:33 編輯 [/i]

概念一般都是 國內直連 其他走v2

大陸 v2 gateway[code]"routing": {
    "rules": [
        // 大陸常用網站
        {
            "type": "field",
            "domain": [
                "geosite:cn"
            ]
            "outboundTag": "direct"
        },

        // 大陸ip
        {
            "type": "field",
            "ip": [
                "geoip:cn"
            ]
            "outboundTag": "direct"
        },

        // 其他
        {
            "type": "field",
            "network": "tcp,udp",
            "outboundTag": "out-v2"
        }
    ]
}[/code]

頁: [1]

Powered by Discuz! Archiver 7.2  © 2001-2009 Comsenz Inc.