Xray-script icon indicating copy to clipboard operation
Xray-script copied to clipboard

Xray:(VLESS/VMess)-(TCP/gRPC/WebSocket)-(XTLS/TLS)+Web 搭建/管理脚本

Results 21 Xray-script issues
Sort by recently updated
recently updated
newest added

使用一键脚本安装后,选择的安装方式为Vless+Websocket+TLS,打开配置文件后发现配置如下 { "port": 443, "protocol": "vless", "settings": { "decryption": "none", "fallbacks": [ { "path": "xxx", "dest": "@/dev/shm/xray/ws.sock" }, { "alpn": "h2", "dest": "/dev/shm/nginx/h2.sock" }, { "dest": "/dev/shm/nginx/default.sock" } ] },...