暫無描述

hongwenjun 3bead65a05 If the vps network card is not eth0, modify it to the actual network card 5 年之前
README.md 4870efa2c4 Update README.md 6 年之前
shadowsocks-libev.sh 58202ceadb Centos Development Tools 6 年之前
v2ray_ss_conf.sh 0e901ca2be /proc/sys/net/ipv6/* Variables: IPv6 has no global variables such as tcp_*. tcp_* settings under ipv4/ also 6 年之前
vps.sh 6805ec7d20 Replace the Script Simplified Chinese to English 6 年之前
wgmtu.sh 8a7ad883c2 update: bash <(curl -L -s https://git.io/fxxlb) setup 6 年之前
wireguard-install.sh 3bead65a05 If the vps network card is not eth0, modify it to the actual network card 5 年之前

README.md

Three-in-One-Step Automated Install WireGuard Shadowsocks V2Ray on Server

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

WireGuard® is an extremely simple yet fast and modern VPN that utilizes state-of-the-art cryptography. It aims to be faster, simpler, leaner, and more useful than IPsec, while avoiding the massive headache. It intends to be considerably more performant than OpenVPN. WireGuard is designed as a general purpose VPN for running on embedded interfaces and super computers alike, fit for many different circumstances. Initially released for the Linux kernel, it is now cross-platform (Windows, macOS, BSD, iOS, Android) and widely deployable. It is currently under heavy development, but already it might be regarded as the most secure, easiest to use, and simplest VPN solution in the industry.

WireGuard Install

# One-Step Automated Install WireGuard Script
wget -qO- https://git.io/wireguard.sh | bash

# Custom Port Install WireGuard Script, Number set Port
bash <(curl -L -s https://git.io/wireguard.sh) 9999

WireGuard installer for Ubuntu 18.04 LTS, Debian 9 and CentOS 7.

This script will let you setup your own VPN server in no more than a minute, even if you haven't used WireGuard before. It has been designed to be as unobtrusive and universal as possible.


shadowsocks-libev

Shadowsocks-libev is a lightweight secured SOCKS5 proxy for embedded devices and low-end boxes.

It is a port of Shadowsocks created by @clowwindy, and maintained by @madeye and @linusyang.


Project V (V2Ray)

Project V is a set of network tools that help you to build your own computer network. It secures your network connections and thus protects your privacy. See our website for more information.

# Easy Install Shadowsocks & V2Ray : Generate and display QR code
bash <(curl -L -s https://git.io/v2ray_ss.sh)