Skip to content

yeoleobun/ssrust

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ssrust

shadowsocks of rust impletation

Supoorted features:

  • TCP
  • UDP

Supported ciphers:

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

Build

$ cargo build --release

Usage

$ cd target/release/

$ ./server --address <ADDRESS> --password <PASSWORD> --method <METHOD>

$ ./client --remote-addr <REMOTE_ADDR> --local-addr <LOCAL_ADDR> --password <PASSWORD> --method <METHOD>

--help for more detail

Example

$ ./server --address 0.0.0.0:8388 --password barfoo! --method chacha20-poly1305

$ ./client --remote-addr localhost:8388 --local-addr localhost:1080 --password barfoo! --method chacha20-poly1305

About

shadowsocks of rust impletation

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages