[GH-ISSUE #77] Support nested subdomains #69

Open
opened 2026-03-02 23:02:08 +03:00 by kerem · 0 comments
Owner

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 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!

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 `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!
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/tunnelto#69
No description provided.