Morxi / procurator

Socks5 server and client, utilizing epoll.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

procurator

Build Status

Super simple to use

Socks5 proxy client and server.

Compile & Install

Don't forget to make your own host and port substitution.

  $ make REMOTE_HOST='"\"127.0.0.1\""' REMOTE_PORT='"\"8838\""' LOCAL_PORT='"\"8080\""'
  $ make install

Usage

In local machine, run command:

  $ procurator-local

In remote machine, run command:

  $ procurator-local

Test

  $ make clean && make test

About

Socks5 server and client, utilizing epoll.


Languages

Language:C 94.8%Language:Makefile 5.2%