Skip to content

reneManqueros/socks-to-http

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SOCKS5 to HTTP proxy

Tool to convert a SOCKS5 proxy to HTTP

Installation

Download:

git clone https://github.com/reneManqueros/socks-to-http

Compile:

cd socks-to-http && go build .

Usage

Basic usage:

./sockstohttp run

Parameters

Custom socks address - Default ":8081"

./sockstohttp run socks=127.0.0.1:8080

Custom listen address - Default ":8083":

./sockstohttp run listen=127.0.0.1:9090

Custom timeout (seconds) - Default "10":

./sockstohttp run timeout=20

Parameters can be combined:

./sockstohttp run timeout=20 listen=127.0.0.1:9090 socks=127.0.0.1:8080

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages