https://github.com/a0s/socks-go-runner
Runner for socks-go
https://github.com/a0s/socks-go-runner
Last synced: about 1 month ago
JSON representation
Runner for socks-go
- Host: GitHub
- URL: https://github.com/a0s/socks-go-runner
- Owner: a0s
- Created: 2020-07-17T22:17:01.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-08-07T16:39:56.000Z (almost 6 years ago)
- Last Synced: 2025-01-06T02:12:11.037Z (over 1 year ago)
- Language: Go
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
socks-go-runner
===============
Run socks4/socks5 proxy separately with [socks-go](https://github.com/a0s/socks-go).
Options
-------
```shell script
-host string
bind to host (default "127.0.0.1")
-port uint
bind to port (default 1080)
-socks4
enable socks4
-socks5
enable socks5
```
Usage
-----
```shell script
go run main.go --host 0.0.0.0 --port 11080 --socks4
```
or
```shell script
docker run --rm -p 11080:11080 a00s/socks-go-runner --host 0.0.0.0 --port 11080 --socks4
```