Skip to content
forked from chux0519/hpts

hpts(http-proxy-to-socks) is a tool to convert socks proxy into http proxy

Notifications You must be signed in to change notification settings

OmriBromberg/hpts

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

htps

hpts(http-proxy-to-socks) is a tool to convert socks proxy into http proxy

install

cargo install htps

usage

htps --help

USAGE:
    hpts [FLAGS] [OPTIONS]

FLAGS:
    -h, --help       Prints help information
    -v               Sets the level of verbosity
    -V, --version    Prints version information

OPTIONS:
    --port <port>         specify the listening port of http proxy server
    --socks <socks>       specify your socks proxies host map, example: bla=127.0.0.1:1080

Why rebuild wheels?

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.

About

hpts(http-proxy-to-socks) is a tool to convert socks proxy into http proxy

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 100.0%