88kicn 发表于 2023-12-10 18:57:55

求个Xray Reality s5出站的配置文件

我是想将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"            }      ]    }}

ekgosky 发表于 2023-12-10 18:58:17

试试这样{    "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": "warp",            "protocol": "socks",            "settings": {                "servers": [                  {                        "address": "127.0.0.1",                        "port": 40000                  }                ]            }      }    ]}

灌水王 发表于 2023-12-10 18:58:25

感谢大佬,我最早的时候就是这样配置,没添加routing,不通可能是因为偷证书的网站不对,现在这个learn.microsoft.com可以,谢谢

灌水王 发表于 2023-12-10 18:58:43

那添加了routing可以吗?

灌水王 发表于 2023-12-10 18:59:06

目前按2L大佬给的设置可以用就没试了,你可以加routing试试,因为我不需要分流好像也用不到routing
页: [1]
查看完整版本: 求个Xray Reality s5出站的配置文件