Skip to content
forked from 233boy/v2ray

最好用的 V2Ray 一键安装脚本 & 管理脚本

License

Notifications You must be signed in to change notification settings

moonerick/v2ray

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

v2ray

最好用的 V2Ray 一键安装脚本 & 管理脚本

脚本说明

V2Ray 一键安装脚本

搭建教程

V2Ray搭建详细图文教程

资助 V2Ray

请考虑 资助 V2Ray 发展

更多 V2Ray 教程文章

https://github.com/233boy/v2ray/wiki

#V2ray 233脚本 #推荐使用 Debian 9 系统,脚本会自动启用 BBR 优化。 #bash <(curl -s -L https://git.io/v2ray.sh)

#如果提示 curl: command not found ,那是因为你的 VPS 没装 Curl #ubuntu/debian 系统安装 Curl 方法: apt-get update -y && apt-get install curl -y #centos 系统安装 Curl 方法: yum update -y && yum install curl -y #安装好 curl 之后就能安装脚本了

#安装完成后,输入 v2ray 即可管理 V2Ray

#v2ray info 查看 V2Ray 配置信息 #v2ray config 修改 V2Ray 配置 #v2ray link 生成 V2Ray 配置文件链接 #v2ray infolink 生成 V2Ray 配置信息链接 #v2ray qr 生成 V2Ray 配置二维码链接 #v2ray ss 修改 Shadowsocks 配置 #v2ray ssinfo 查看 Shadowsocks 配置信息 #v2ray ssqr 生成 Shadowsocks 配置二维码链接 #v2ray status 查看 V2Ray 运行状态 #v2ray start 启动 V2Ray #v2ray stop 停止 V2Ray #v2ray restart 重启 V2Ray #v2ray log 查看 V2Ray 运行日志 #v2ray update 更新 V2Ray #v2ray update.sh 更新 V2Ray 管理脚本 #v2ray uninstall 卸载 V2Ray

#配置文件路径 #V2Ray 配置文件路径:/etc/v2ray/config.json #Caddy 配置文件路径:/etc/caddy/Caddyfile #脚本配置文件路径: /etc/v2ray/233blog_v2ray_backup.conf

#为了避免由于不可抗拒的原因所造成本人主动删除脚本,所以建议请将本脚本 Fork 一份 #备份地址: https://github.com/233boy/v2ray/fork #安装方法,确保你已经 Fork 了脚本,将 233boy 修改成你的 Github 用户名

#git clone https://github.com/Nicepaul/v2ray -b master #cd v2ray #chmod +x install.sh #./install.sh local

#为确保你能愉快使用,请留意使用 v2ray update.sh 命令来更新管理脚本。

如果Debian下无法运行Git,需要先网络安装Git sudo apt update sudo apt install git

About

最好用的 V2Ray 一键安装脚本 & 管理脚本

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Shell 100.0%