Skip to content

anilkusc/ForwardProxy-Internal-Load-Balancer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fproxy-Internal-Load-Balancer

This is forward proxy with internal load balancer.It is working on Layer 7(for now) and it is balancing load between internal network interface and every request made on another network card on host.


         ->interface1------>x.com
         ->interface2------>y.com
Request---->PROXY->interface3------>z.com
         ->interface4------>x.com
         ->interface5------>y.com

TODOs

  • Dashboard(Monitoring Requests)
  • Enabling Reverse Proxy on demand(on another port)
  • Add Layer 3 support
  • Auth(From headers)
  • More Header options from args
  • IP Pools
  • Https support
  • Tls Termination

Warning: It is not battle tested yet.Please test it thoroughly before using in production.

About

Kinda client size Load Balancer

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published