An open API service indexing awesome lists of open source software.

https://github.com/esrrhs/socksserver

simple socks5 server
https://github.com/esrrhs/socksserver

socks-server

Last synced: about 1 year ago
JSON representation

simple socks5 server

Awesome Lists containing this project

README

          

# socksserver

[](https://github.com/esrrhs/socksserver)
[](https://github.com/esrrhs/socksserver)
[![Go Report Card](https://goreportcard.com/badge/github.com/esrrhs/socksserver)](https://goreportcard.com/report/github.com/esrrhs/socksserver)
[](https://github.com/esrrhs/socksserver/releases)
[](https://github.com/esrrhs/socksserver/releases)
[](https://hub.docker.com/repository/docker/esrrhs/socksserver)
[](https://github.com/esrrhs/socksserver/actions)

简单的socks5服务器
```
./socksserver -l :4455
```
docker
```
docker run --name socksserver -d --privileged --network host --restart=always esrrhs/socksserver ./socksserver -u yourusername -p yourpassword -l :1080
```