holic / redirect.name

Simple DNS-based redirection service

Home Page:http://redirect.name/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add tests

holic opened this issue · comments

Not really sure how to easily test the Lua code, but rewriting in Go would be a lot easier to test, assuming it's more performant.

Maybe move the redirect logic to a function/module with return location, status and test the module with a familiar external language (Node?).