Skip to content

A proxy server with epoll, simple and lightweight. Help fight against attacks and balance network load. Support Linux Only.

License

Notifications You must be signed in to change notification settings

zhouxingtuan/betaProxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

74 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

betaProxy

A proxy server with epoll, simple and lightweight. Support Linux Only.

  1. Help you fight against network attcks.

  2. Help you balance the network load.

How to Use

make the source code, set the config.ini like below, then run the proxy

#listen ip and port

listen = 127.0.0.1:8888

#destination server to connect, start with 'des' mark

des_1 = 127.0.0.1:9001

des_2 = 127.0.0.1:9002

More

You can modify the codes to suit yourself

You can modify the code in main.cpp file.

About

A proxy server with epoll, simple and lightweight. Help fight against attacks and balance network load. Support Linux Only.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published