ramainen / socks5-server

Simple socks5 server

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

socks5-server

Simple socks5 server. You may user it as a proxy for Telegram

size

Usage

First, you need to add user-pass into users.example and rename it to users

bin

dep ensure
go build s5
./s5

Docker

docker build . -t s5
docker run -d --restart=always -p 1111:1111 s5

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

Contributing

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

About

Simple socks5 server

License:MIT License


Languages

Language:Go 100.0%