Skip to content

wind315/shadowsocks-with-v2ray-plugin-install

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

# Installation
## CentOS 7/8
wget -O centos-ss-install.sh https://github.com/M3chD09/shadowsocks-with-v2ray-plugin-install/raw/master/centos-ss-install.sh
chmod +x centos-ss-install.sh
./centos-ss-install.sh

## Ubuntu 18.04/16.04 or Debian 9/10
wget -O ubuntu-ss-install.sh https://github.com/M3chD09/shadowsocks-with-v2ray-plugin-install/raw/master/ubuntu-ss-install.sh
chmod +x ubuntu-ss-install.sh
./ubuntu-ss-install.sh

# Manage shadowsocks with systemctl
systemctl status shadowsocks
systemctl start shadowsocks
systemctl stop shadowsocks

Notice

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

About

Auto install shadowsocks-libev and v2ray-plugin.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 91.7%
  • Dockerfile 8.3%