Skip to content

yeoleobun/ssgo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ssgo

shadowsocks of go impletation

Supoorted features:

  • TCP
  • UDP

Supported ciphers (AEAD only):

  • aes-128-gcm
  • aes-256-gcm
  • chacha20-poly1305

Build

$ make all

Usage

client

$ bin/client -server <SERVER> -server-port <SERVER_PORT> -local-port <LOCAL_PORT> -password <PASSWORD> -method <METHOD>

bin/client -help for detail

server

$ bin/server -port <PORT> -password <PASSWORD> -method <METHOD>

bin/server -help for detail

Example

$ bin/client -server 127.0.0.1 -server-port 8388 -local-port 1080 -password "barfoo!" -method chacha20-poly1305

$ bin/server -port 8388 -password "barfoo!" -method chacha20-poly1305      

About

shadowsocks go impletation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published