Skip to content

nfense/ModProxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ModProxy

Reverse proxy and Load Balancer module for NProxy

⚠️ Disclaimer

This project is still in development and is not ready for production use. This is not optimized and may be unstable. Use only in development or test environments.

🌎 About

ModProxy is a module for NProxy which aims to handle web requests from one point to another through a node used as a proxy. This allows to safeguard the integrity of the target server under the node. At the same time this module can function as a load balancer adding several target servers.

ToDo

  • Proxy HTTP Request.
  • Improve Load Balancer.