blob: 5ba02592dbc288e86d03dc2e1754467005f8a16f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# redir
A webserver with the soul purpose of redirecting somewhere.
## Usage
Define the port the webserver should listen on using the `-p` flag and the
url where the user sould be redirected to using the `-url` flag:
```bash
go run main.go -p 8087 -url https://emile.space
...
```
|