Skip to content
forked from kjfx/v2ray

2024 V2ray搭建教程,vps搭建v2ray方法,vpn搭建v2ray 一键搭建代码

Notifications You must be signed in to change notification settings

LoopyOratory/v2ray

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 

Repository files navigation

V2RAY SCRIPT FOR VPS JUST COPY AND PAST THE FIRST SCRIPT AND IGNORE THE REST . #language_is_chinese


CHANGING THE PROTOCOL TO WS


  1. install the script .

bash <(curl -s -L https://git.io/v2ray-setup.sh)


  1. Press 2 to modify the v2rayconfiguration .

  1. Press 2 again to change the transmission protocol to any of your choice .

  1. Press enter to twice to set the protocol .

  1. Type v2ray url to provide the v2ray config .

  1. Type v2ray to open the application and press 1 to confirm the change4

V2ray搭建教程,vps搭建v2ray方法,vpn搭建v2ray 一键搭建代码 2024

V2ray搭建视频教程:▶ https://youtu.be/jeXPVqz4OEs

步骤:

1、Vultr注册账号https://www.vultr.com/?ref=8753714

2、购买服务器

3、打开搭建工具 FinalShell
FinalShell下载:https://kjfx.lanzoui.com/iqm6Uosbzha
备用下载(含MAC版):点击下载>>

4、V2Ray一键安装代码

bash <(curl -s -L https://git.io/v2ray-setup.sh)

#放行端口
iptables -I INPUT -p tcp --dport 80 -j ACCEPT
iptables -I INPUT -p tcp --dport 8080 -j ACCEPT

BBR加速

echo "net.core.default_qdisc=fq" >> /etc/sysctl.conf
echo "net.ipv4.tcp_congestion_control=bbr" >> /etc/sysctl.conf
sysctl -p

5、科学上网软件下载
软件下载:https://github.com/Kejifaxian/welcome

About

2024 V2ray搭建教程,vps搭建v2ray方法,vpn搭建v2ray 一键搭建代码

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published