Skip to content

rainywinter/goproxy

 
 

Repository files navigation

Introduction

Modify from https://github.com/elazarl/goproxy

A Http Proxy that forward http/https protocol to socks5.
Expecially for command line usage,like curl and wget &.

Usage

	go get github.com/rainywinter/goproxy/goproxy
	
	goproxy -p 8080 -socks 127.0.0.1:1080

create a http proxy server,listen 8080 port,send data through localhost socks5 server.

Example:

	http_proxy=localhost:8080 https_proxy=localhost:8080 wget https://github.com

About

Froward HTTP to SOCKS for Go

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 81.0%
  • HTML 18.8%
  • Shell 0.2%