mirror of
https://github.com/agrinman/tunnelto.git
synced 2026-04-26 01:06:01 +03:00
[GH-ISSUE #77] Support nested subdomains #69
Labels
No labels
Need more info
bug
duplicate
enhancement
good first issue
good first issue
help wanted
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/tunnelto#69
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @joepio on GitHub (Feb 10, 2023).
Original GitHub issue: https://github.com/agrinman/tunnelto/issues/77
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
mysubis hosted on. That application should then deal with any type of nested subdomains.tunnelto --port 9883 --subdomain mysub --key mykeySo my app would receive requests on:
subsub.localhost:9883Note that you need a wildcard certificate for TLS, but I assume you already have that!