Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 271 Bytes

File metadata and controls

15 lines (10 loc) · 271 Bytes

Node Http Proxy

A simple http proxy made in node.js

How to use

copy our domains.json.example to domains.json and configure what domains/ips you want to redirect to what port on your server

{
    "domain.com": 3001,
    "otherdomain.com": 3002
}