Skip to content

guiliredu/node-http-proxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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
}

About

A simple http proxy made in node.js

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published