An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

        

[![license](https://img.shields.io/github/license/matricali/zokete.svg)](LICENSE.txt) [![GitHub contributors](https://img.shields.io/github/contributors/matricali/zokete.svg)](https://github.com/matricali/zokete/graphs/contributors) [![Build Status](https://travis-ci.org/matricali/zokete.svg?branch=master)](https://travis-ci.org/matricali/zokete) [![Latest stable release](https://img.shields.io/badge/dynamic/json.svg?label=stable&url=https%3A%2F%2Fapi.github.com%2Frepos%2Fmatricali%2Fzokete%2Freleases%2Flatest&query=%24.name&colorB=blue)](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.