deploy v2ray proxy service.
Installation
download script of install v2ray
安裝和更新 V2Ray
// 安裝執行檔和 .dat 資料檔
# bash <(curl -L https://raw.githubusercontent.com/v2fly/fhs-install-v2ray/master/install-release.sh)
安裝最新發行的 geoip.dat 和 geosite.dat
// 只更新 .dat 資料檔
# bash <(curl -L https://raw.githubusercontent.com/v2fly/fhs-install-v2ray/master/install-dat-release.sh)
移除 V2Ray
# bash <(curl -L https://raw.githubusercontent.com/v2fly/fhs-install-v2ray/master/install-release.sh) --remove
从本地压缩包安装v2ray
install-release.sh --local /path/to/v2ray-linux-64_v4.31.0.zip
Server Side
nginx server
edit nginx.conf
|
|
edit /etc/nginx/site-available/my.site.com
|
|
v2ray service
edit /usr/local/etc/v2ray/config.json
|
|
Client Side
|
|