Skip to content
This repository has been archived by the owner on Jan 18, 2022. It is now read-only.

Latest commit

 

History

History
24 lines (22 loc) · 291 Bytes

README.md

File metadata and controls

24 lines (22 loc) · 291 Bytes

Mandarinfish Router

Start the App

node app.js

Post Redirect Example

{
  "original": "Original IP",
  "redirect": "Redirect IP",
  "ports": [
    {
      "original": "80",
      "redirect": "3000"
    },
    {
      "original": "443",
      "redirect": "3001"
    }
  ]
}