Skip to content

Latest commit

 

History

History
17 lines (17 loc) · 931 Bytes

File metadata and controls

17 lines (17 loc) · 931 Bytes

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.