Skip to content
This repository has been archived by the owner on Apr 28, 2024. It is now read-only.
/ socks2http-rs Public archive

A simple app for converting socks5 proxy to http

License

Notifications You must be signed in to change notification settings

xVanTuring/socks2http-rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Socks2HTTP

This app converts socks5 proxy into HTTP proxy.

This project is based on the source code of shadowsocks/shadowsocks-rust.

Usage

socks2http -h

socks2http 0.1.1
A simple http proxy which converts socks5 to http

USAGE:
    socks2http [OPTIONS]

FLAGS:
    -h, --help       Prints help information
    -V, --version    Prints version information

OPTIONS:
    -l, --local-addr <LOCAL_ADDR>      Local HTTP bind addr: `127.0.0.1:1081`
    -s, --socks5-addr <SOCKS5_ADDR>    Socks5 proxy addr: `1.1.1.1:1080`

Log

You might want follow this

Maybe?

  • Add ip/domain based proxy

Extra

No extra dep needed, fast and smooth, powered by rust!