You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
2 years ago | |
---|---|---|
.gitignore | 2 years ago | |
README.md | 2 years ago | |
main.go | 2 years ago |
README.md
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:
go run main.go -p 8087 -url https://emile.space
...