Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 1.07 KB

README.md

File metadata and controls

25 lines (20 loc) · 1.07 KB

license GitHub contributors Build Status Latest stable release

zokete

Simple SOCKS5 Server. Written in C.

Requirements

  • gcc compiler

Build

git clone --depth=1 https://github.com/matricali/zokete.git
cd zokete
make
make install

Then you can do

$ 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 file for more details.