Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ihciah/rabbit-plugin
A rabbit-tcp plugin for shadowsocks
https://github.com/ihciah/rabbit-plugin
multi-connection-tcp shadowsocks
Last synced: 3 months ago
JSON representation
A rabbit-tcp plugin for shadowsocks
- Host: GitHub
- URL: https://github.com/ihciah/rabbit-plugin
- Owner: ihciah
- Created: 2019-10-11T08:36:33.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-02-25T01:41:38.000Z (almost 2 years ago)
- Last Synced: 2024-10-07T21:10:49.545Z (3 months ago)
- Topics: multi-connection-tcp, shadowsocks
- Language: Go
- Homepage:
- Size: 1.62 MB
- Stars: 26
- Watchers: 4
- Forks: 5
- Open Issues: 3
-
Metadata Files:
- Readme: README.MD
Awesome Lists containing this project
README
# Rabbit TCP SIP003 Plugin
![Build badge](https://github.com/ihciah/rabbit-plugin/workflows/Build/badge.svg)
A shadowsocks plugin with [rabbit-tcp](https://github.com/ihciah/rabbit-tcp) support.
Currently only client mode is supported. And currently this project is very unstable.
## Usage
1. Put the binary file to the same directory of shadowsocks
2. Fill in `Plugin Options` with `serviceAddr=your.ssserver:ssport;password=mypassword;tunnelN=6`## How to run a rabbit tcp server
#### Choice 1: Run binary
1. Download executable from [rabbit-tcp release page](https://github.com/ihciah/rabbit-tcp/releases)
2. Keep it running using `systemd` or `supervisor`, etc.(You may have to write configure files by your own)
#### Choice 2: Run with docker (Recommended)
1. Install docker and docker-compose if you don\'t have them
2. Download [docker-compose file](https://github.com/ihciah/rabbit-tcp/blob/master/docker-compose-server.yml)
3. Modify it and `docker-compose -f docker-compose-server.yml up -d`