Skip to content

windard/socks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Socks Tool

Go Report Card

implement socks protocol,
such as socks4 and socks5,
also provide kcp encryption extension.

Usage

Socks Tool

Socks Tool implement socks protocol,
such as socks4 and socks5,
also provide kcp encryption extension.

Usage:
  socks [command]

Available Commands:
  chat        chatroom implement
  echo        echo protocol implement
  help        Help about any command
  kcp         kcp protocol implement echo server.
  proxy       reverse proxy protocol implement
  socks4      socks4 protocol implement
  socks5      socks5 protocol implement
  version     Print the version number of socks

Flags:
  -h, --help      help for socks
  -v, --version   version for socks

Use "socks [command] --help" for more information about a command.