StalkR / socks-proxy

Simple Go SOCKS5 proxy

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Simple Go SOCKS5 proxy

Build Status Godoc

A simple SOCKS5 proxy in Go, no caching.

It listens on TCP IPv4/IPv6 at the specified port.

Example:

$ go run socks_proxy.go -listen :1080

Setup

Install go package, create Debian package, install:

$ go get -u github.com/StalkR/socks-proxy
$ cd $GOPATH/src/github.com/StalkR/socks-proxy
$ fakeroot debian/rules clean binary
$ sudo dpkg -i ../socks-proxy_1-1_amd64.deb

Configure in /etc/default/socks-proxy and start with /etc/init.d/socks-proxy start.

License

Apache License, version 2.0.

Thanks

Bugs, feature requests, questions

Create a new issue.

About

Simple Go SOCKS5 proxy

License:Apache License 2.0


Languages

Language:Go 71.6%Language:Makefile 28.4%