Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fsmaxb/minimal-socks5
A minimal non-compliant implementation of SOCKS5
https://github.com/fsmaxb/minimal-socks5
Last synced: 28 days ago
JSON representation
A minimal non-compliant implementation of SOCKS5
- Host: GitHub
- URL: https://github.com/fsmaxb/minimal-socks5
- Owner: FSMaxB
- License: isc
- Created: 2022-07-27T20:49:35.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-11-20T15:16:01.000Z (about 1 year ago)
- Last Synced: 2023-11-20T16:33:18.550Z (about 1 year ago)
- Language: Rust
- Size: 84 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# minimal-socks5
A minimal SOCKS5 server written in async rust with tokio.
This is not fully compliant with [RFC 1928](https://datatracker.ietf.org/doc/html/rfc1928).
Restrictions:
* Only authentication method is "No Authorization required".
* Only supports the `CONNECT` command and only via TCP.This was written for my personal use only and I will change it and break compatibility as I see fit.
My use case is as a replacement of OpenSSH's builtin SOCK5 proxy for use with Wireguard instead of SSH tunneling.