Closed jsierles closed 9 years ago
I didn't add tests because an active ngrok tunnel would be needed to test. Any ideas?
Thanks for the PR :+1: it's ok for the tests. So how do you use katon with ngrok?
After installing ngrok and registering to allow creating custom subdomains, you can simply do:
% ngrok -subdomain myapp 80
Then 'myapp.ngrok.io' will route to your app!
This allows accessing subdomains over an ngrok remote tunnel. See http://ngrok.com.