GithubHelp home page GithubHelp logo

vpn's Introduction

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

vpn's People

Contributors

kjfx avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.