Shadowsocks with v2ray plugin

Requirement

  • Point your domain or subdomain to the IP address with A record. (You can use Cloudflare)
  • A VPS with Ubuntu 18.04 or 20.04 or 22.04

Install Shadowsocks, v2ray Plugin and Certbot

To install Shadowsocks with v2ray plugin, just run command on your Ubuntu machine.

wget https://t.ly/ssv2ray -O ssv2ray.sh && bash ssv2ray.sh

Configure iptables

Run this command on your internal server:

wget https://t.ly/ipint -O iptables-internal.sh && bash iptables-internal.sh

Run this command on your external server:

wget https://t.ly/ipext -O iptables-external.sh && bash iptables-external.sh

If you want to use tunneling, use the internal server IP instead of the external IP in the Shadowsocks client.

Clients

Under construction.