Crates.io | minimal-socks5 |
lib.rs | minimal-socks5 |
version | 0.1.1 |
source | src |
created_at | 2023-09-14 21:59:02.725848 |
updated_at | 2023-09-14 22:01:22.507468 |
description | Minimal implementation of a subset of SOCKS5 written for my personal use. |
homepage | |
repository | https://github.com/FSMaxB/minimal-socks5 |
max_upload_size | |
id | 973180 |
size | 55,294 |
A minimal SOCKS5 server written in async rust with tokio.
This is not fully compliant with RFC 1928. Restrictions:
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.