Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sloweax/ss5
socks5 server
https://github.com/sloweax/ss5
server socks socks5 socks5-server
Last synced: 16 days ago
JSON representation
socks5 server
- Host: GitHub
- URL: https://github.com/sloweax/ss5
- Owner: sloweax
- License: mit
- Created: 2024-01-15T00:55:36.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-05T21:20:36.000Z (10 months ago)
- Last Synced: 2024-11-26T05:14:15.395Z (3 months ago)
- Topics: server, socks, socks5, socks5-server
- Language: C
- Homepage:
- Size: 60.5 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Usage
```
usage: ss5 [OPTION...]
OPTION:
-h,--help shows usage and exits
-v,--version shows version and exits
-n,--no-auth allow NO AUTH
-u,--userpass USER:PASS add USER:PASS
-U,--userpass-file FILE add all user:pass from FILE
-p,--port PORT listen on PORT (1080 by default)
-a,--addr ADDR bind on ADDR (0.0.0.0 by default)
-w,--workers WORKERS number of WORKERS (4 by default)
```## Build
Make sure you have `gcc` and `make` installed
```
git clone https://github.com/sloweax/ss5
cd ss5
make
```## Supported socks5 features
- IPV4, IPV6, DOMAIN NAME Address types
- CONNECT command
- NO AUTH, multi USER:PASS authentication
- TCP