nodinx

1.0.2 • Public • Published

Nodinx

A simple http-proxy server by Node.js

Install

npm install nodinx

Config

Edit config.json to setting you proxy server.

Format:

"hostname": {"address": "127.0.0.1", "port": 8080}

Example:

{"example.com": {"address": "127.0.0.1", "port": 8080}}

Usage

node nodinx [listen_port]

PS: If not prompt the listen_port, default used 80 port.

Other

This version has some bug, I will update in a moment.

Package Sidebar

Install

npm i nodinx

Weekly Downloads

1

Version

1.0.2

License

GPL-3.0

Last publish

Collaborators

  • wallax