https://github.com/mjs/redirector
Minimal HTTP redirector
https://github.com/mjs/redirector
Last synced: 3 months ago
JSON representation
Minimal HTTP redirector
- Host: GitHub
- URL: https://github.com/mjs/redirector
- Owner: mjs
- License: mit
- Created: 2017-07-24T10:13:52.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-07-24T10:14:41.000Z (almost 8 years ago)
- Last Synced: 2025-03-07T13:02:09.737Z (4 months ago)
- Language: Go
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 portArgs:
URL to redirect to```