Giter Club home page Giter Club logo

deploy-v2ray's Introduction

V2ray Shadowsocks 一键部署脚本

适用环境

  • 系统支持:CentOS 7
  • 虚拟技术:KVM
  • 内存要求:512M+

关于脚本

  • 本脚本已在 Vultr 上的 VPS 测试通过
  • 本脚本会自动安装 V2ray(代理服务) BBR(网络加速)
  • 脚本运行后不需要任何操作,安装完成后会自动重启系统,服务自动开启

相关问题

问:为什么用 V2ray 部署 Shadowsocks 服务 ?

答:SS 使用的人多,客户端比较成熟,但服务端却很糟糕,甚至没有 v2 稳定性好。

问:SS 服务是怎么配置的,配置参数是什么?

答:端口和密码是随机的,加密方式为 aes-256-gcm,认证方式为 AEAD。

问:BBR 是什么,有什么用 ?

答:BBR 是谷歌开源的拥塞控制算法,可以使你的网速提升好几个数量级。

使用方法

安装 wget 下载工具

yum install -y wget

下载执行一键部署脚本

wget https://raw.githubusercontent.com/scriptgeeker/deploy-v2ray/master/v2ss.py && sudo python v2ss.py

查看服务端配置

cat /etc/v2ray/config.json

查看客户端配置

cat /etc/v2ray/client.json

查看SS订阅链接

cat /etc/v2ray/sslink.info

服务状态

服务运行状态

systemctl status v2ray.service

防火墙开放端口

firewall-cmd --zone=public --list-ports

网络控制器内核

sysctl net.ipv4.tcp_congestion_control

deploy-v2ray's People

Contributors

scriptgeeker 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.