#http-proxy #sock #convert #tool #socks5 #http-proxy-to-socks

app hpts

hpts(http-proxy-to-socks) 是一个将 socks 代理转换为 http 代理的工具

5 个版本

0.1.4 2020年10月25日
0.1.3 2020年10月7日
0.1.2 2020年10月7日
0.1.1 2020年10月2日
0.1.0 2020年10月1日

#socks5 中排名 #27

BSD-3-Clause

10KB
202

htps

hpts(http-proxy-to-socks) 是一个将 socks 代理转换为 http 代理的工具

安装

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

为什么重新构建轮子?

我正在使用 oyyd/http-proxy-to-socks,并注意到内存消耗并不便宜。因此,我实现了 Rust 版本,它非常轻量,与 Node.js 版本相比,内存消耗要低得多。

依赖项

~7–16MB
~173K SLoC