https://github.com/matricali/zokete
Simple SOCKS5 Server. Written in C.
https://github.com/matricali/zokete
rfc-1928 socks5 socks5-proxy socks5-server
Last synced: about 2 months ago
JSON representation
Simple SOCKS5 Server. Written in C.
- Host: GitHub
- URL: https://github.com/matricali/zokete
- Owner: matricali
- License: gpl-3.0
- Created: 2019-11-25T16:28:09.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-12-27T02:46:40.000Z (over 5 years ago)
- Last Synced: 2025-04-15T15:13:06.117Z (about 2 months ago)
- Topics: rfc-1928, socks5, socks5-proxy, socks5-server
- Language: C
- Homepage:
- Size: 57.6 KB
- Stars: 10
- Watchers: 4
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
[](LICENSE.txt) [](https://github.com/matricali/zokete/graphs/contributors) [](https://travis-ci.org/matricali/zokete) [](https://github.com/matricali/zokete/releases/latest)
# zokete
Simple SOCKS5 Server. Written in _C_.## Requirements
* `gcc` compiler## Build
```bash
git clone --depth=1 https://github.com/matricali/zokete.git
cd zokete
make
make install
```
Then you can do
```bash
$ zoketed -h
zoketed v0.1 - A simple SOCKS5 Server (https://github.com/matricali/zokete)usage: zoketed [-hv] [--help] [--version] [-p port] [--port=port]
```## License
`zokete` is released under **GNU GPLv3**. You can view [LICENSE.txt](LICENSE.txt) file for more details.