k0baya / sb-for-serv00

Sing-box for Serv00
MIT License
152 stars 60 forks source link

正常配置后三个vless节点无法连通 #22

Closed Gurosuogen closed 2 months ago

Gurosuogen commented 2 months ago

大佬你好,客户端使用的是 Clash Verge Rev ,核心是 mihomo ,部署在 s7 上 s7 / cache7 / web7 三个 vless 节点都无法连通 在我的本地直接 ping 这三个域名都是能直接 ping 通的 不知道问题出在了哪里

k0baya commented 2 months ago

我也不知道

bbylw3 commented 2 months ago

多试几个客户端

Gurosuogen commented 2 months ago

感谢回复,我自己慢慢折腾吧

Gurosuogen commented 2 months ago

根据抄来的 Vless-Reality-Vision 配置,最后连通成功,在这里分享下

        {
            "type": "vless",
            "tag": "vlv-sb",
            "listen": "::",
            "listen_port": " 面板中放行的 TCP 端口 ",
            "sniff": true,
            "sniff_override_destination": true,
            "users": [
                {
                    "uuid": " 自己生成 UUID ",
                    "flow": "xtls-rprx-vision"
                }
            ],
            "tls": {
                "enabled": true,
                "server_name": "icloud.cdn-apple.com",
                "reality": {
                    "enabled": true,
                    "handshake": {
                        "server": "icloud.cdn-apple.com",
                        "server_port": 443
                    },
                    "private_key": " 填入sing-box 生成的 reality key ",
                    "short_id": [
                    ""
                ]
                }
            },
            "multiplex": {
                "enabled": true,
                "padding": true
            }
        }
k0baya commented 2 months ago

reality 不支持套 cdn,需要使用 reality,可以使用现成的另外一个库: https://github.com/k0baya/X-for-serv00/tree/direct image

Gurosuogen commented 2 months ago

reality 不支持套 cdn,需要使用 reality,可以使用现成的另外一个库: https://github.com/k0baya/X-for-serv00/tree/direct image

大佬你的库里没找到 config.json 应该是加密了,能不能让我看看配置,我抄抄看

k0baya commented 2 months ago

reality 不支持套 cdn,需要使用 reality,可以使用现成的另外一个库: https://github.com/k0baya/X-for-serv00/tree/direct image

大佬你的库里没找到 config.json 应该是加密了,能不能让我看看配置,我抄抄看

你跑一遍安装脚本即可在工作目录找到配置文件。

Gurosuogen commented 2 months ago

reality 不支持套 cdn,需要使用 reality,可以使用现成的另外一个库: https://github.com/k0baya/X-for-serv00/tree/direct image

大佬你的库里没找到 config.json 应该是加密了,能不能让我看看配置,我抄抄看

你跑一遍安装脚本即可在工作目录找到配置文件。

好的,感谢大佬