Monday 29 January 2018

How to make an Application that can act as Blocker/Filter between Source of Incoming Traffic and Open Port?

I am trying to make an Application, mostly in NodeJS, that can act as a door or filter or blocker between Traffic Incoming and Open Port. For example, If a GET Request is arriving for Port 80(Apache) on a Machine, a application should first receive that, process that and then forward it. Something like Filter + Port Forwarder. Should I try this with Other Languages(C/C++ might apt)

Submitted January 29, 2018 at 05:27PM by kartikverma

No comments:

Post a Comment