我是想将Reality配置成所有出站流量都走本地的s5,无需分流。目前这个配置通不了,正常用Reality能通,求指点。- { "log": { "loglevel": "debug" }, "inbounds": [ { "port": 12345, "protocol": "vless", "settings": { "clients": [ { "id": "c7302ac1-6cf3-40c7-ba98-732c7481b977", "flow": "xtls-rprx-vision" } ], "decryption": "none" }, "streamSettings": { "network": "tcp", "security": "reality", "realitySettings": { "dest": "learn.microsoft.com:443", "serverNames": [ "learn.microsoft.com" ], "privateKey": "2CSVsGXkZ69S-M7TR-uBv55kPkusWSTEZDga3wwwUHU", "shortIds": [ "", "0123456789abcdef" ] } }, "sniffing": { "enabled": true, "destOverride": [ "http", "tls", "quic" ], "routeOnly": true } } ], "outbounds": [ { "tag": "direct", "protocol": "freedom" }, { "tag": "warp", "protocol": "socks", "settings": { "servers": [ { "address": "127.0.0.1", "port": 40000 } ] } } ], "routing": { "rules": [ { "type": "field", "outboundTag": "warp", "network": "tcp,udp" } ] }}
复制代码 |