Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

support .ngrok.io domains for remote access #73

Merged
merged 2 commits into from
May 2, 2015

Conversation

jsierles
Copy link
Contributor

@jsierles jsierles commented May 2, 2015

This allows accessing subdomains over an ngrok remote tunnel. See http://ngrok.com.

@jsierles
Copy link
Contributor Author

jsierles commented May 2, 2015

I didn't add tests because an active ngrok tunnel would be needed to test. Any ideas?

@typicode
Copy link
Owner

typicode commented May 2, 2015

Thanks for the PR 👍 it's ok for the tests.
So how do you use katon with ngrok?

typicode added a commit that referenced this pull request May 2, 2015
support .ngrok.io domains for remote access
@typicode typicode merged commit a8d7421 into typicode:master May 2, 2015
@jsierles
Copy link
Contributor Author

jsierles commented May 2, 2015

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants