像这样: { "inbounds": [ { "tag": " socks ", //... } ], "outbounds": [ { "tag": " proxy ", //... }, //... ], "routing": { "domainStrategy": "IPIfNonMatch", "rules": [ { "type": "field", "inboundTag": [ "api" ], "outboundTag": "api" }, { "type": "field", "inboundTag": [ " socks " ], "outboundTag": " proxy " } ] } } 这个文件改几个字就行. Github: https://github.com/crazypeace/v2rayN-3.29-VLESS...