Skip to content

Latest commit

 

History

History
50 lines (29 loc) · 1.4 KB

File metadata and controls

50 lines (29 loc) · 1.4 KB

shadowsocks-libev + plugin

This task will install shadowsocks-libev on the remote server.

shadowsocks-libev

Update variable under file group_vars/all/shadowsocks-libev.yml. The least needed to change is server_port and password.

server_port: 8388
password: mypassword

Plugin

v2ray

Currently only websocket (HTTP) is supported.

Installation

ansible-playbook site.yml -i hosts --tags "shadowsocks-libev"

Output

Client-side sample config will be put under output/shadowsocks-libev/config.json just FYI.

Client

Client-side installation is not included in this role. Here are just some tips.

Windows

Download shadowsocks-windows and v2ray-plugin.

Put extracted binary files Shadowsocks.exe and v2ray-plugin_windows_amd64.exe together.

example-config

Android

It is recommended to install shadowsocks and v2ray plugin through play store.

Useful links