1.0.2 • Published 8 years ago

nodinx v1.0.2

Weekly downloads
2
License
GPL-3.0
Repository
-
Last release
8 years ago

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.

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago