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
- Host: GitHub
- URL: https://github.com/esrrhs/socksserver
- Owner: esrrhs
- License: mit
- Created: 2020-03-08T05:13:16.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2024-03-19T01:24:33.000Z (about 2 years ago)
- Last Synced: 2025-04-03T20:51:14.871Z (about 1 year ago)
- Topics: socks-server
- Language: Go
- Homepage:
- Size: 12.7 KB
- Stars: 13
- Watchers: 3
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# socksserver
[
](https://github.com/esrrhs/socksserver)
[
](https://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
```