Simple DNS-based redirection service https://redirect.name/
 
 
Go to file
David G. F 60b19a6c9d
Making URIs more flexible (#28)
* 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
2021-11-29 09:04:54 -08:00
.gitignore Ignore build artifacts 2015-06-25 14:54:43 -07:00
Dockerfile Simplify build 2015-06-25 13:14:02 -07:00
LICENSE Add MIT license 2017-05-06 11:31:40 -07:00
README.md CI badge for only master 2015-06-25 16:14:34 -07:00
circle.yml Only push tags to Docker Hub rather than every master commit 2016-05-06 19:21:05 -07:00
docker-compose.yml Always restart containers 2015-06-25 14:10:44 -07:00
parse.go Making URIs more flexible (#28) 2021-11-29 09:04:54 -08:00
parse_test.go Making URIs more flexible (#28) 2021-11-29 09:04:54 -08:00
server.go Allow overriding default fallback URL (#30) 2021-10-24 12:22:36 -07:00
server_test.go Refacter the handler for easier testing, add testing of server.go 2016-04-02 00:11:45 -06:00
translate.go Add support for 307, 308 status codes 2016-04-02 11:09:25 -07:00
translate_test.go Add support for 307, 308 status codes 2016-04-02 11:09:25 -07:00

README.md

redirect.name Build status

Please refer to redirect.name for documentation.