Skip to content
This repository has been archived by the owner on Sep 20, 2024. It is now read-only.
/ v2socks Public archive

An opinionated lightweight socks5 server and vmess (v2ray) client implemented in Rust.

Notifications You must be signed in to change notification settings

ylxdzsw/v2socks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

V2socks

An opinionated lightweight socks5 server and vmess (v2ray) client implemented in Rust.

Deprecation

This software is no longer maintained. (It still works as of Sept. 2024)

You might be interested in another of my project sopipe, which also implements the functionalities in this project, plus much more!

Example of running a socks5 server and a vmess client using sopipe:

$ sopipe 'tcp(1080) => socks5_server => vmess_client("49aa7c07-2cd4-4585-b645-3392fde45b90") => tcp("example.com:3399")'

or through HTTP2 over TLS:

$ sopipe 'tcp(1080) => socks5_server => vmess_client("49aa7c07-2cd4-4585-b645-3392fde45b90") => http2_client("example.com", "/")'

About

An opinionated lightweight socks5 server and vmess (v2ray) client implemented in Rust.

Resources

Stars

Watchers

Forks

Packages

No packages published