Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/earthquake/Socks5Server
- Owner: earthquake
- Created: 2020-03-30T19:34:18.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-03T14:33:25.000Z (about 2 years ago)
- Last Synced: 2024-08-05T17:24:50.799Z (5 months ago)
- Language: C++
- Size: 34.2 KB
- Stars: 76
- Watchers: 4
- Forks: 16
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-hacking-lists - earthquake/Socks5Server - Windows C/C++ Socks5 Server (C++)
README
# Socks5Server
Windows C/C++ Socks5 ServerPartly 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.