Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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)
- Host: GitHub
- URL: https://github.com/sfan5/c-socks5
- Owner: sfan5
- Created: 2021-03-02T20:03:54.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2024-09-17T15:54:38.000Z (3 months ago)
- Last Synced: 2024-11-30T18:27:35.631Z (24 days ago)
- Language: C
- Homepage:
- Size: 39.1 KB
- Stars: 5
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 designLibs 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`