shadowsocks icon indicating copy to clipboard operation
shadowsocks copied to clipboard

a personal port of shadowsocks

shadowsocks

Build Status Coverage Status License

minimalist port of shadowsocks, only reserve basic feature for personal usage.

Installation

Fetch the latest release.

linux

https://github.com/cssivision/shadowsocks/releases/download/v0.1.5/ssserver.linux

macos

https://github.com/cssivision/shadowsocks/releases/download/v0.1.5/ssserver.macos

use go command

server

go get github.com/cssivision/shadowsocks/cmd/ssserver

client

go get github.com/cssivision/shadowsocks/cmd/sslocal

Configuration

config.json

{
	"server_addr": ":8089",
	"password": "password",
	"local_addr": ":6009",
	"method": "aes-128-cfb",
	"timeout": 300
}

Usage

server

ssserver -c config.json

install a client, connect to your server using your configuration, Done!

Licenses

All source code is licensed under the MIT License.