|
本帖最后由 qgtxqj 于 2020-4-15 21:39 编辑
v2ray上加个outbound tag ,然后routing里加上tg的ip。
前提是用nat64的dns,小鸡是双栈的要自己测试。
[ol] { "protocol": "vmess", "settings": { "vnext": [{ "address": "myvps.gq", "port": 443, "users": [{ "alterId": 0, "id": "your uuid", "level": 0, "security": "none" }] }] }, "streamSettings": { "network": "ws", "security": "tls", "tlssettings": { "allowInsecure": true, "serverName": "" }, "wssettings": { "connectionReuse": true, "headers": { "Host": "" }, "path": "/dir" } }, "tag": "tg" }[/ol]复制代码
[ol]{ "ip": [ "91.108.4.0/22", "91.108.8.0/22", "91.108.12.0/22", "91.108.20.0/22", "91.108.36.0/23", "91.108.38.0/23", "91.108.56.0/22", "149.154.160.0/20", "149.154.164.0/22", "149.154.172.0/22", "74.125.0.0/16", "173.194.0.0/16", "172.217.0.0/16", "216.58.200.0/24", "216.58.220.0/24", "91.108.56.116", "91.108.56.0/24", "109.239.140.0/24", "149.154.167.0/24", "149.154.175.0/24" ], "outboundTag": "tg", "type": "field" }[/ol]复制代码 |
|