Skip to content

xEVILWARx/shadowsocks-with-v2ray-plugin-install

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 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 duckdns.
Point your domain to the IP address with A record.

Usage

# Installation
## CentOS 7/8
chmod +x centos-ss-install.sh
./centos-ss-install.sh

## Ubuntu 18.04/16.04 or Debian 9/10
chmod +x ubuntu-ss-install.sh
./ubuntu-ss-install.sh

# Manage shadowsocks with systemctl
systemctl status shadowv2.service
systemctl start shadowv2.service
systemctl stop shadowv2.service

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 90.7%
  • Dockerfile 9.3%