proxy-stream 0.0.1

Multi protocol Proxy Implementation
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[dependencies.tokio]
features = ["io-util", "net", "macros"]
version = "1"
[dev-dependencies.tokio]
features = ["net", "macros", "rt-multi-thread"]
version = "1"

[package]
authors = ["Narrowlink <opensource@narrowlink.com>"]
description = "Multi protocol Proxy Implementation"
edition = "2021"
homepage = "https://github.com/narrowlink/proxy-stream"
keywords = ["proxy", "tokio", "socks", "socks5"]
license = "MIT"
name = "proxy-stream"
version = "0.0.1"