All Projects → ejunjsh → goproxy

ejunjsh / goproxy

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

Programming Languages

go
31211 projects - #10 most used programming language
Dockerfile
14818 projects
shell
77523 projects

Projects that are alternatives of or similar to goproxy

nimSocks
A filtering SOCKS proxy server and client library written in nim.
Stars: ✭ 51 (+88.89%)
Mutual labels:  socks5, socks4
SocksSharp
SocksSharp provides support for Socks4/4a/5 proxy servers to HttpClient
Stars: ✭ 75 (+177.78%)
Mutual labels:  socks5, socks4
python-socks
Core proxy client (SOCKS4, SOCKS5, HTTP) functionality for Python
Stars: ✭ 40 (+48.15%)
Mutual labels:  socks5, socks4
ProxyGrab
Asynchronous Library made using Python and aiohttp to get proxies from multiple services!
Stars: ✭ 17 (-37.04%)
Mutual labels:  socks5, socks4
Shadowsocks Rust
A Rust port of shadowsocks
Stars: ✭ 3,455 (+12696.3%)
Mutual labels:  socks5, socks4
Prox5
🧮 SOCKS5/4/4a 🌾 validating proxy pool and upstream SOCKS5 server for 🤽 LOLXDsoRANDum connections 🎋
Stars: ✭ 39 (+44.44%)
Mutual labels:  socks5, socks4
3proxy
3proxy - tiny free proxy server
Stars: ✭ 2,493 (+9133.33%)
Mutual labels:  socks5, socks4
aiohttp-socks
Proxy (HTTP, SOCKS) connector for aiohttp
Stars: ✭ 147 (+444.44%)
Mutual labels:  socks5, socks4
ToughProxy
ToughProxy 是一个代理服务器, 目标是提供一个综合性的代理服务软件,支持 socks5,socks4, http, https代理协议, 针对 Socks5 提供完善的认证机制,以及提供流量控制策略,访问控制策略。
Stars: ✭ 44 (+62.96%)
Mutual labels:  socks5, socks4
3proxy
3proxy - tiny free proxy server
Stars: ✭ 2,263 (+8281.48%)
Mutual labels:  socks5, socks4
ProxyChecker
An easy to use open-source, multithreaded Proxy Checker. Allows you to quickly check HTTP and SOCKS proxies in a user friendly GUI, for Windows, Mac OS, Linux.
Stars: ✭ 113 (+318.52%)
Mutual labels:  socks5, socks4
ssocks
sSocks fork for windows support; original: https://sourceforge.net/projects/ssocks/
Stars: ✭ 141 (+422.22%)
Mutual labels:  socks5
inner-shadowsocks
Shadowsocks -> socks5 on server. (Created for providing socks5 proxy for Telegram)
Stars: ✭ 87 (+222.22%)
Mutual labels:  socks5
socks-cli
A solution to make CLI commands use socks5 proxy.
Stars: ✭ 48 (+77.78%)
Mutual labels:  socks5
microsocks11
A cross-platform SOCKS5 library and server based on the microsocks project.
Stars: ✭ 22 (-18.52%)
Mutual labels:  socks5
pegasocks
A lightweight proxy client written in C, intends to support multiple protocols(trojan etc.)
Stars: ✭ 112 (+314.81%)
Mutual labels:  socks5
onionfruit
OnionFruit™ Connect - Tor access client with country selection, bridge configuration, pluggable transports and experimental DNS support
Stars: ✭ 150 (+455.56%)
Mutual labels:  socks5
sx
🖖 Fast, modern, easy-to-use network scanner
Stars: ✭ 1,267 (+4592.59%)
Mutual labels:  socks5
Socks5
A full-fledged high-performance socks5 proxy server written in C#. Plugin support included.
Stars: ✭ 331 (+1125.93%)
Mutual labels:  socks5
nysocks
Nysocks binds kcp and libuv to provide an aggressive tcp tunnel in nodejs.
Stars: ✭ 78 (+188.89%)
Mutual labels:  socks5

goproxy

Build Status

baby-gopher

supports http,socks4/5 at the same time.

install

go get github.com/ejunjsh/goproxy

usage

usage: goproxy <listen address>

example

if you run below command in your local or remote machine

goproxy :8090

then you can set your proxy address <local or remote ip>:8090 on your browser or others that support socks4/5 or http proxy.

docker

sudo docker run --net host  sjj050121014/goproxy:1.0 <listen address>

😄 enjoy

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].