An open API service indexing awesome lists of open source software.

https://github.com/ejunjsh/goproxy

🍉 a proxy with go,supports http,socks4/5 at the same time.
https://github.com/ejunjsh/goproxy

go http socks4 socks5

Last synced: 29 days ago
JSON representation

🍉 a proxy with go,supports http,socks4/5 at the same time.

Awesome Lists containing this project

README

        

# goproxy
[![Build Status](https://travis-ci.org/ejunjsh/goproxy.svg?branch=master)](https://travis-ci.org/ejunjsh/goproxy)

[![baby-gopher](https://raw.githubusercontent.com/drnic/babygopher-site/gh-pages/images/babygopher-badge.png)](http://www.babygopher.org)

supports http,socks4/5 at the same time.

## install

go get github.com/ejunjsh/goproxy

## usage

usage: goproxy

## example

if you run below command in your local or remote machine

goproxy :8090

then you can set your proxy address `:8090` on your browser or others that support socks4/5 or http proxy.

[![](http://idiotsky.top/images3/goproxy.png)](http://idiotsky.top/images3/goproxy.png)

## docker

sudo docker run --net host sjj050121014/goproxy:1.0

😄 enjoy