Sign inSign up

a00s/socks-go-runner

By a00s

Updated about 6 years ago

SOCKS4/SOCKS5 proxy runner

Image
0

1.4K

a00s/socks-go-runner repository overview

socks-go-runner

Run socks4/socks5 proxy separately with socks-go.

Options

  -host string
        bind to host (default "127.0.0.1")
  -port uint
        bind to port (default 1080)
  -socks4
        enable socks4
  -socks5
        enable socks5

Usage

go run main.go --host 0.0.0.0 --port 11080 --socks4

or

docker run --rm -p 11080:11080 a00s/socks-go-runner --host 0.0.0.0 --port 11080 --socks4

Tag summary

Content type

Image

Digest

Size

913.7 kB

Last updated

about 6 years ago

docker pull a00s/socks-go-runner