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.
- Host: GitHub
- URL: https://github.com/ejunjsh/goproxy
- Owner: ejunjsh
- Created: 2017-06-18T04:41:35.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2019-10-11T15:04:05.000Z (over 5 years ago)
- Last Synced: 2025-03-27T00:54:55.153Z (about 2 months ago)
- Topics: go, http, socks4, socks5
- Language: Go
- Homepage:
- Size: 19.5 KB
- Stars: 42
- Watchers: 2
- Forks: 22
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# goproxy
[](https://travis-ci.org/ejunjsh/goproxy)[](http://www.babygopher.org)
supports http,socks4/5 at the same time.
## install
go get github.com/ejunjsh/goproxy
## usage
usage: goproxy
## exampleif 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)
## docker
sudo docker run --net host sjj050121014/goproxy:1.0
😄 enjoy