1 2
| ssh -t root@149.28.228.xxx // 安裝執行檔和 .dat 資料檔
|
https://www.bokezhu.com/2019/12/28/521.html
1 2 3 4
| curl blueinyou.com/photos/server_config.txt cp -rf server_config.txt /usr/local/etc/v2ray/config.json vim /usr/local/etc/v2ray/config.json
|
输入以下信息:
1 2 3
| service v2ray status systemctl enable v2ray systemctl start v2ray
|
更新dat和geoip
1 2
| // 只更新 .dat 資料檔 # bash <(curl -L https://raw.githubusercontent.com/v2fly/fhs-install-v2ray/master/install-dat-release.sh)
|