An open API service indexing awesome lists of open source software.

https://github.com/mjs/redirector

Minimal HTTP redirector
https://github.com/mjs/redirector

Last synced: 3 months ago
JSON representation

Minimal HTTP redirector

Awesome Lists containing this project

README

        

Extremely simple HTTP redirector.

Redirects all HTTP requests on a given port to a specified URL.

```
$ redirector --help
usage: redirector []

Minimal HTTP redirector

Flags:
--help Show context-sensitive help (also try --help-long and --help-man).
-p, --port=80 Listen port

Args:
URL to redirect to

```