部署v2ray¶
- 安装
bash <(curl -L https://raw.githubusercontent.com/v2fly/fhs-install-v2ray/master/install-release.sh)
v2ray version
- 生成 uuid
- 修改v2ray配置
{
"inbounds": [
{
"port": 10010,
"protocol": "vmess",
"settings": {
"clients": [
{
"id": "xxxx",
"alterId": 0
}
]
},
"streamSettings": {
"network": "tcp"
}
}
],
"outbounds": [
{
"protocol": "freedom",
"settings": {}
}
]
}
- 启动 v2ray