项目作者: M3chD09

项目描述 :
Auto install shadowsocks-libev and v2ray-plugin.
高级语言: Shell
项目地址: git://github.com/M3chD09/shadowsocks-with-v2ray-plugin-install.git
创建时间: 2019-02-02T14:57:39Z
项目社区:https://github.com/M3chD09/shadowsocks-with-v2ray-plugin-install

开源协议:MIT License

下载


Shadowsocks-libev with v2ray-plugin installer

This shell help you install shadowsocks listening on port 443 with v2ray-plugin.

Introduction

Install shadowsocks-libev and v2ray-plugin.
Get a certificate from Let’s Encrypt to enable shadowsocks over websocket (HTTPS).
You must use shadowsocks via port 443 with v2ray-plugin and can even run your shadowsocks server behind the CDN like Cloudflare.

Requirement

VPS
You can sign up through my referral link:
Vultr, DigitalOcean, Linode, CloudCone
Domain
You can register one for free at freenom.
Point your domain to the IP address with A record.

Usage

  1. # Installation
  2. ## CentOS 7/8
  3. wget -O centos-ss-install.sh https://github.com/M3chD09/shadowsocks-with-v2ray-plugin-install/raw/master/centos-ss-install.sh
  4. chmod +x centos-ss-install.sh
  5. ./centos-ss-install.sh
  6. ## Ubuntu 18.04/16.04 or Debian 9/10
  7. wget -O ubuntu-ss-install.sh https://github.com/M3chD09/shadowsocks-with-v2ray-plugin-install/raw/master/ubuntu-ss-install.sh
  8. chmod +x ubuntu-ss-install.sh
  9. ./ubuntu-ss-install.sh
  10. # Manage shadowsocks with systemctl
  11. systemctl status shadowsocks
  12. systemctl start shadowsocks
  13. systemctl stop shadowsocks

Notice

Tested on CentOS 7/8, Ubuntu 18.04/16.04 and Debian 9/10.
Full of bugs.
Under construction.