Giter VIP home page Giter VIP logo

v2ray-tls-web-setup-script's Introduction

V2Ray-TLS+Web搭建/管理脚本

脚本特性

1.支持 (V2Ray-TCP+XTLS) + (V2Ray-WebSocket+TLS) + Web

2.集成 多版本bbr/锐速 安装选项

3.支持多种系统 (Ubuntu CentOS Debian deepin ...)

4.集成删除阿里云盾和腾讯云盾功能 (仅对阿里云和腾讯云服务器有效)

5.使用nginx作为网站服务

6.使用acme.sh自动申请域名证书

注意事项

1.此脚本需要一个解析到服务器的域名 (支持cdn)

2.有些服务器443端口被阻断,使用这个脚本搭建的无法连接

3.在不同的ssh连接工具上文字的颜色显示不一样,有的看起来非常奇怪,还请谅解 (本人使用的是xshell)

脚本使用说明

1. 安装wget

Debian基系统(包括Ubuntu、Debian、deepin):

command -v wget > /dev/null 2>&1 || apt -y install wget || (apt update && apt -y install wget)

Red Hat基系统(包括CentOS):

command -v wget > /dev/null 2>&1 || yum -y install wget

2. 获取脚本

wget -O V2Ray-TLS+Web-setup.sh --no-check-certificate https://github.com/kirin10000/V2Ray-TLS-Web-setup-script/raw/master/V2Ray-TLS+Web-setup.sh

3. 增加脚本可执行权限

chmod +x V2Ray-TLS+Web-setup.sh

4. 执行脚本

./V2Ray-TLS+Web-setup.sh

5. 根据脚本提示完成安装

运行截图

1.本文链接(官网):https://github.com/kirin10000/V2Ray-TLS-Web-setup-script

2.参考教程:https://www.v2fly.org/config/overview.html https://guide.v2fly.org/

3.域名证书申请:https://github.com/acmesh-official/acme.sh

4.bbr脚本来自:https://github.com/teddysun/across/blob/master/bbr.sh

5.bbr2脚本来自:https://github.com/yeyingorg/bbr2.sh (Ubuntu Debian) https://github.com/jackjieYYY/bbr2 (CentOS)

6.bbrplus脚本来自:https://github.com/chiakge/Linux-NetSpeed

7.此脚本仅供交流学习使用,请勿使用此脚本行违法之事。网络非法外之地,行非法之事,必将接受法律制裁!!

v2ray-tls-web-setup-script's People

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.