- Notifications
You must be signed in to change notification settings - Fork0
Minimal TCP-only async SOCKS5 client Rust library
License
NotificationsYou must be signed in to change notification settings
parazyd/async-socks5
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
A minimal TCP-only async SOCKS5 client for Rust usingasync-net
andfutures-lite
crates written in <150 SLOC.
Usage example inexamples/request.rs
.Docs can be found by reading the rustdoc insrc/lib.rs
.
The library supports SOCKS5 connections with and without proxyauthentication, as well as resolving DNS through the proxy by usingtheSocks5Client::connect_with_domain
function.
async-socks5
is best used with Tor.
About
Minimal TCP-only async SOCKS5 client Rust library