v2ray-plugin for shadowsocks
1. apt update && apt upgrade -y
2. wget https://github.com/shadowsocks/v2ray-plugin/releases/download/v1.3.1/v2ray-plugin-linux-amd64-v1.3.1.tar.gz
3. tar -xf v2ray-plugin-linux-amd64-v1.3.1.tar.gz
4. mv v2ray-plugin_linux_amd64 /etc/shadowsocks-libev/v2ray-plugin
5. setcap 'cap_net_bind_service=+eip' /etc/shadowsocks-libev/v2ray-plugin
6. nano /etc/shadowsocks-libev/v2ray.json
7. ADD THIS STRINGS
{
"server":"YOURSERVERADDRESS", "server_port":80, "password":"YOUPASSWORD", "timeout":300, "method":"xchacha20-ietf-poly1305", "fast_open":true, "plugin":"/etc/shadowsocks-libev/v2ray-plugin", "plugin_opts":"server", "nameserver":"1.1.1.1", "reuse_port": true, "mode": "tcp_only" }
8. nano /etc/systemd/system/ss-v2ray.service
9. ADD THIS STRINGS
[Unit] Description=Shadowsocks-libev with V2RAY-websocket obfuscation Documentation=man:shadowsocks-libev(8) After=network.target [Service] Type=simple User=nobody Group=nogroup LimitNOFILE=51200 ExecStart=/usr/bin/ss-server -c /etc/shadowsocks-libev/v2ray.json [Install] WantedBy=multi-user.target
10. systemctl enable ss-v2ray.service && systemctl restart ss-v2ray.service
11. CHECK STATUS systemctl status ss-v2ray
12. DOWNLOAD https://github.com/shadowsocks/v2ray-plugin/releases
13. RENAME FILE TO v2ray.exe and paste to shadowsocks folder
14. SHADOWSOCKS CLIENT SETTINGS:
xchacha20-ietf-poly1305
v2ray
plugin options - host=google.com













