Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/sfan5/c-socks5

A small SOCKS5 proxy server written in C (+IPv6 support)
https://github.com/sfan5/c-socks5

Last synced: 12 days ago
JSON representation

A small SOCKS5 proxy server written in C (+IPv6 support)

Awesome Lists containing this project

README

        

c-socks5
========
**A small SOCKS5 proxy written in C**

Notable features:
* Happy Eyeballs (RFC 6555)
* no UDP support
* scalable async design

Libs needed: [c-ares](https://c-ares.haxx.se/)

Building the thing: `make RELEASE=1`

Running the thing:
* `./c-socks5`
* basic options see `--help`
* config file for everything else, full documentation + examples in `c-socks5.conf`