We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
之前是看到VLESS-TCP-XTLS-Vision-REALITY示例配置中需要填写支持 TLS1.3 和 h2 的网站,也可以使用 1.1.1.1:443 作为目标。 今天测试shadowtls-server也是可以配置1.1.1.1,且客户端可以随意更换握手网站(TLS1.3域名)后可以正常使用,不知道是否有不可预知问题?
sing-box服务端配置文件
{ "type": "shadowtls", "listen": "::", "listen_port": prot, "detour": "shadowsocks-in", "version": 3, "users": [ { "password": "password" } ], "handshake": { "server": "1.1.1.1", "server_port": 443 }, "strict_mode": true }, { "type": "shadowsocks", "tag": "shadowsocks-in", "listen": "127.0.0.1", "listen_port": prot, "method": "2022-blake3-aes-128-gcm", "password": "password==", "multiplex": { "enabled": true } }
The text was updated successfully, but these errors were encountered:
No branches or pull requests
之前是看到VLESS-TCP-XTLS-Vision-REALITY示例配置中需要填写支持 TLS1.3 和 h2 的网站,也可以使用 1.1.1.1:443 作为目标。
今天测试shadowtls-server也是可以配置1.1.1.1,且客户端可以随意更换握手网站(TLS1.3域名)后可以正常使用,不知道是否有不可预知问题?
sing-box服务端配置文件
The text was updated successfully, but these errors were encountered: