Categorygithub.com/cssivision/shadowsocks
repositorypackage
0.1.5
Repository: https://github.com/cssivision/shadowsocks.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# README

shadowsocks

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

Installation

server

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

prebuild releases.

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.