Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/earthquake/Socks5Server

Windows C/C++ Socks5 Server
https://github.com/earthquake/Socks5Server

Last synced: about 2 months ago
JSON representation

Windows C/C++ Socks5 Server

Awesome Lists containing this project

README

        

# Socks5Server
Windows C/C++ Socks5 Server

Partly implemented RFC 1928 (https://tools.ietf.org/html/rfc1928) / SOCKS Protocol Version 5 under C/C++ on Windows. This might be useful for other projects in the future.

BIND/UDP mode or Socks4 is not supported at the moment. Should be fairly easy to add the changes.