Crates.io | hpts |
lib.rs | hpts |
version | 0.1.4 |
source | src |
created_at | 2020-10-01 14:53:57.988494 |
updated_at | 2020-10-25 02:32:03.38418 |
description | hpts(http-proxy-to-socks) is a tool to convert socks proxy into http proxy |
homepage | |
repository | https://github.com/chux0519/hpts |
max_upload_size | |
id | 295050 |
size | 25,604 |
hpts(http-proxy-to-socks) is a tool to convert socks proxy into http proxy
cargo install htps
htps --help
USAGE:
hpts [FLAGS] [OPTIONS]
FLAGS:
-h, --help Prints help information
-v Sets the level of verbosity
-V, --version Prints version information
OPTIONS:
-p <port> specify the listening port of http proxy server, default: 8080
-s <socks> specify your socks proxy host, default: 127.0.0.1:1080
I was using oyyd/http-proxy-to-socks, and notice the memory cost is not cheap. So I implement the rust version, it is very lightweight, with much lower memory-consumption compared to nodejs version.