Simple DNS-based redirection service
https://redirect.name/
60b19a6c9d
* Making URIs more flexible According to RFC7231 the Location header may have any URI-reference which seems to be defined by RFC3986 as a relative ref or full URI. The URI seems to be more or less scheme : something (well it's more involved but this might be good enough) * Limit URIs available to the redirect function |
||
---|---|---|
.gitignore | ||
Dockerfile | ||
LICENSE | ||
README.md | ||
circle.yml | ||
docker-compose.yml | ||
parse.go | ||
parse_test.go | ||
server.go | ||
server_test.go | ||
translate.go | ||
translate_test.go |
README.md
redirect.name
Please refer to redirect.name for documentation.