Search code examples
node.jsnetwork-programmingrouterlanwifi

Router (Proxy) with NodeJS?


I want build a router to control my internet access (wlan via server).

Only a few websites (via white/blacklist) should be available at specific times.

Are there any good packages for routing/proxying web (http/s, ftp) and email (pop/imap/smtp) traffic?


Solution

  • If you need an HTTP proxy check out node-http-proxy. I don't know much about FTP and mail proxies though.