All Projects → ocassio → go-socks5-proxy

ocassio / go-socks5-proxy

Licence: MIT license
A lightweight Go SOCKS5 proxy-server

Programming Languages

go
31211 projects - #10 most used programming language

Projects that are alternatives of or similar to go-socks5-proxy

Socks5
A full-fledged high-performance socks5 proxy server written in C#. Plugin support included.
Stars: ✭ 331 (+1738.89%)
Mutual labels:  socks5-server
microsocks11
A cross-platform SOCKS5 library and server based on the microsocks project.
Stars: ✭ 22 (+22.22%)
Mutual labels:  socks5-server
ssocks
sSocks fork for windows support; original: https://sourceforge.net/projects/ssocks/
Stars: ✭ 141 (+683.33%)
Mutual labels:  socks5-server
socks5
(支持UDP和TCP的纯Go/Golang socks5服务器) socks5 proxy server builds with go/golang, which UDP and TCP are supported.
Stars: ✭ 107 (+494.44%)
Mutual labels:  socks5-server
3proxy
3proxy - tiny free proxy server
Stars: ✭ 2,263 (+12472.22%)
Mutual labels:  socks5-server
rsp
Rapid SSH Proxy
Stars: ✭ 223 (+1138.89%)
Mutual labels:  socks5-server
mtproxy autoinstaller
MTProxy autoinstaller for Ubuntu
Stars: ✭ 25 (+38.89%)
Mutual labels:  socks5-server
3proxy
3proxy - tiny free proxy server
Stars: ✭ 2,493 (+13750%)
Mutual labels:  socks5-server

Docker Pulls

Docker image usage

You can start Docker container with the following command (make sure to replace <USER> and <PASSWORD> placeholders with your own credentials).

docker run -d --name socks5-proxy -p 1080:1080 -e USER=<USER> -e PASSWORD=<PASSWORD> ocassio/go-socks5-proxy

Build

The following command will perform a build of a static binary for Linux. The result of this build can be used by a scratch Docker image. This reduces container size drastically.

CGO_ENABLED=0 GOOS=linux go build -a -installsuffix cgo -o server .

Special thanks

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].