ss-socks5

command module
v0.0.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 29, 2018 License: MIT Imports: 8 Imported by: 0

README

ss-socks5

a shadowsocks server dialing though another SOCKS5 proxy, with shadowsocks-manager API support.

Getting Started

ss-socks5 works just like any other shadowsocks server.

Installing

It's recommended to compile the latest version from source code:

$ go get -u -v github.com/tabjy/yagl/ss-socks5

Alternatively, you can download pre-built binaries from release page.

Usage

Basic usage:

$ ss-socks5 -password <password> -socks5-address <socks5-server>

socks5-address is default to localhost:1080 if not specified.

Using shadowsocks-manager API (multi-user):

$ ss-socks5 -manager-address <manager-address> -socks5-address <socks5-server>

For more options, inquiry help page with:

$ ss-socks5 -h
Usage of ss-socks5:
  -cipher string
    	encrypt method (default "AES-256-CFB")
  -log-level string
    	logging level (default "info")
  -manager-address string
    	address listening shadowsocks manager commands
  -password string
    	shadowsocks password for single user mode
  -server-address string
    	address of your server, (default "0.0.0.0:8388")
  -server-host string
    	hostname of your server (default "0.0.0.0")
  -socks5-address string
    	address of SOCKS5 serverAddr (default "localhost:1080")

License

This project is licensed under the MIT LICENSE, with exception that tcp.go is licensed under Apache 2.0.

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
3rd-party

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL