socks5-server

command module
v0.0.0-...-12ce460 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 29, 2018 License: MIT Imports: 5 Imported by: 0

README

socks5-server

Simple socks5 server

build status Go Report Card

Usage

docker run --name s5 -d --restart=always -p 1111:1111 -e "USERS=user1:pass1,user2:pass2" egregors/socks5-server

Do not forget to replace usernames and passwords with your (secure) values!

Now you may try to connect to 1111 port of your host.

Build

go build -o s5 .
USERS="user1:pass1" ./s5

Contributing

Bug reports, bug fixes and new features are always welcome. Please open issues and submit pull requests for any new code.

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL