GitXplorerGitXplorer
a

socks-go-runner

public
0 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
ce6ebe432641a26e8f2141d5819dba030bcb86df

fix

aa0s committed 4 years ago
Unverified
a4e230b44f004ead3fe302cf384cabd0ca8ac18b

fix flow

aa0s committed 4 years ago
Unverified
e33031168b4a296e9c9bf18e44675d83bfd3adf9

fix flow

aa0s committed 4 years ago
Unverified
1f50081853e108e80db0d1fa3ffeeeefc16fb789

fix readme

aa0s committed 4 years ago
Unverified
997d5ca1faeb4f252acc4a1cb0e9a41d18f7a323

add actions

aa0s committed 4 years ago
Unverified
8b4773985a9cc8b3bb39eae1d087bd9a46ddf17b

fix dockerfile

aa0s committed 4 years ago

README

The README file for this repository.

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