We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Thanks for this awesome tool :)
I'd like to be able to test subdomains: subsub.mysub.tunnelto.dev, but that doesn't work right now.
subsub.mysub.tunnelto.dev
I'd expect it to route all traffic to the same machine that mysub is hosted on. That application should then deal with any type of nested subdomains.
mysub
tunnelto --port 9883 --subdomain mysub --key mykey
So my app would receive requests on:
subsub.localhost:9883
Note that you need a wildcard certificate for TLS, but I assume you already have that!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Thanks for this awesome tool :)
I'd like to be able to test subdomains:
subsub.mysub.tunnelto.dev
, but that doesn't work right now.I'd expect it to route all traffic to the same machine that
mysub
is hosted on. That application should then deal with any type of nested subdomains.tunnelto --port 9883 --subdomain mysub --key mykey
So my app would receive requests on:
subsub.localhost:9883
Note that you need a wildcard certificate for TLS, but I assume you already have that!
The text was updated successfully, but these errors were encountered: