chika0801 / sing-box-examples

sing-box 配置示例
https://github.com/SagerNet/sing-box
1.76k stars 292 forks source link

Requests vless grpc reality client #9

Closed malikshi closed 1 year ago

malikshi commented 1 year ago

add VLESS-gRPC-uTLS-REALITY client. i try to setup client transport grpc without servicename and won't work!

chika0801 commented 1 year ago

这是使用Xray-core作为客户端的配置文件

https://github.com/chika0801/Xray-examples/blob/main/VLESS-gRPC-uTLS-REALITY/config_client.json

如果你使用REALITY,客户端和服务端配置里的servicename参数,是必填项目。

请参考 https://github.com/XTLS/REALITY 关于配置参数的说明。

chika0801 commented 1 year ago

https://github.com/chika0801/sing-box-install/commit/399d4e95a5d65fcf2eabc4b0f7f3471707bfa611

这是一个使用sing-box作为客户端的配置文件示例

malikshi commented 1 year ago

399d4e9

这是一个使用sing-box作为客户端的配置文件示例

last night i already tried these, with and without service_name, the result not working at all. maybe i will give a try again later

            "transport": {
                "type": "grpc"
            }
chika0801 commented 1 year ago

如果你需要进一步的帮助。

请发你的客户端和服务端配置文件,才能再帮你分析。

你不成功的其它的故障原因,我也想不到了。