#socks5 #socks5-proxy #server #proxy-server #personal #tokio #connect

app minimal-socks5

Minimal implementation of a subset of SOCKS5 written for my personal use

2 releases

0.1.1 Sep 14, 2023
0.1.0 Sep 14, 2023

#1693 in Network programming

37 downloads per month

ISC license

22KB
469 lines

minimal-socks5

A minimal SOCKS5 server written in async rust with tokio.

This is not fully compliant with RFC 1928. 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.

Dependencies

~11–21MB
~275K SLoC