
How to install v2ray +ws+tls in linux
- Tags : cloudflare, linux, proxy, v2ray
- Comment : 0
1、instsall v2ray bash <(curl -L -s https://install.direct/go.sh) 2、edit v2ray config for support ws nano /etc/v2ray/config.json edit { “inbounds”: [ { “port”: yourport, “listen”:”127.0.0.1″, “protocol”: “vmess”, “settings”: { “clients”: [ { “id”: “yourid”, […]