A shadowsocks plugin with rabbit-tcp support.
Currently only client mode is supported. And currently this project is very unstable.
- Put the binary file to the same directory of shadowsocks
- Fill in
Plugin Options
withserviceAddr=your.ssserver:ssport;password=mypassword;tunnelN=6
- Download executable from rabbit-tcp release page
- Keep it running using
systemd
orsupervisor
, etc.
(You may have to write configure files by your own)
- Install docker and docker-compose if you don't have them
- Download docker-compose file
- Modify it and
docker-compose -f docker-compose-server.yml up -d