Hi-end proxy server running under NodeJS.
This project is re-implementation of already existing private project from scratch.
Right now, it doing nothing more.
- Connection logic based on destination.
- Port limiting
- Domain based blocking.
- Domain based blocking over specific DNS.
- Connection logic based on source.
- Blocking based on client.
- Connection logic based on other parameters.
- Blocking connection based on current time.
- Blocking connection based on transfered data.
- Client authentication
- Caching
Written with these awesome dependencies.
- log4js - Provide logging.
- simple-socks - Lower-level socks5 implementation.