Skip to content

OnlyThen/Wind

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Wind

A C implementation of Socks5 proxy

Build

mkdir build
cd build
cmake ../src
make

Products

  1. local: proxy client
  2. remote: proxy server

Usage

  1. local: [-l remote_ip] [-p remote_port] [-s listen_port] [-m xor|rc4] [-e key]
  2. remote: [-p server_port] [-m xor|rc4] [-e key]

About

A C implementation of Socks5 proxy

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published