Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chux0519/hpts
hpts(http-proxy-to-socks) is a tool to convert socks proxy into http proxy
https://github.com/chux0519/hpts
http-proxy shadowsocks socks5
Last synced: 2 months ago
JSON representation
hpts(http-proxy-to-socks) is a tool to convert socks proxy into http proxy
- Host: GitHub
- URL: https://github.com/chux0519/hpts
- Owner: chux0519
- Created: 2020-10-01T09:58:19.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2020-10-25T02:32:27.000Z (about 4 years ago)
- Last Synced: 2024-09-30T04:04:35.804Z (3 months ago)
- Topics: http-proxy, shadowsocks, socks5
- Language: Rust
- Homepage:
- Size: 18.6 KB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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 informationOPTIONS:
-p specify the listening port of http proxy server, default: 8080
-s specify your socks proxy host, default: 127.0.0.1:1080
```## Why rebuild wheels?
I was using [oyyd/http-proxy-to-socks](https://github.com/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.