Skip to content

A simple app to redirect all requests to a URL.

Notifications You must be signed in to change notification settings

ceteio/redirector

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Redirector

A simple app to redirect all requests to a URL.

Config

Use environment variables:

  • REDIRECT_TO - The absolute URL to redirect to
  • PORT - The port to run the server on (default 3000)

Deploy

$ now -e REDIRECT_TO="https://your.url.here/foo/bar.zip"

Then hit the URL it gives you. Simples.

About

A simple app to redirect all requests to a URL.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published