Skip to content

dddpaul/forward-proxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Forward HTTP proxy

Simple golang written HTTP proxy inspired by https://github.com/oyyd/http-proxy-to-socks.

Can be used as ordinal forward HTTP proxy and as HTTP-over-SOCKS proxy if socks parameter is specified.

Usage:

  -port string
    	Port to listen (prepended by colon), i.e. :8080 (default ":8080")
  -socks string
    	SOCKS5 proxy URL, i.e. socks://127.0.0.1:1080
  -trace
    	Enable network tracing
  -verbose
    	Enable debug logging

Links:

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published