This project is an experimental lightweight NodeJS proxy forwarding server. There are no dependencies, it includes the blacklisting of IP address as well as domains of your choosing from connecting to the server. The application logs the traffic to a daily log in the ./log
folder.
- Latest NodeJS
git clone github.com/yordadev/YorProxyJS
cd YorProxyJS
mkdir log
exports.ip_addresses = [
// '127.0.0.1',
// '0.0.0.0',
// ''
];
exports.hosts = [
// 'google'
];
node proxy.js