[GH-ISSUE #89] Just needing to understand something #47

Open
opened 2026-05-05 10:58:36 -06:00 by gitea-mirror · 4 comments
Owner

Originally created by @bmcgonag on GitHub (Mar 8, 2019).
Original GitHub issue: https://github.com/mmatczuk/go-http-tunnel/issues/89

for host entry, if i use mytestroute.routetome.org does the whole thing have to be setup with DNS to point to my server? Or should I just be able to point routetome.org to my server, and then when I use the address https://mytestroute.routetome.org it will know where to send that particular subdomain request based on the host entry in my client .yml file?

This looks like a cool project, but having issues getting it to route right now. I have routetome.org setup with DNS pointing to my DO server, but not the sub-domain.

Was hoping this was a bit more like ngrok as far as subdomains on the fly. If any of you folks know how to get that setup using this project it would be totally great. More than happy to donate to an open source project like this as well.

Originally created by @bmcgonag on GitHub (Mar 8, 2019). Original GitHub issue: https://github.com/mmatczuk/go-http-tunnel/issues/89 for `host` entry, if i use mytestroute.routetome.org does the whole thing have to be setup with DNS to point to my server? Or should I just be able to point routetome.org to my server, and then when I use the address https://mytestroute.routetome.org it will know where to send that particular subdomain request based on the host entry in my client .yml file? This looks like a cool project, but having issues getting it to route right now. I have routetome.org setup with DNS pointing to my DO server, but not the sub-domain. Was hoping this was a bit more like ngrok as far as subdomains on the fly. If any of you folks know how to get that setup using this project it would be totally great. More than happy to donate to an open source project like this as well.
Author
Owner

@bmcgonag commented on GitHub (Mar 8, 2019):

I'm a knot-head and I apologize. I had to setup the * DNS A record to point to my server IP, and now it works just as I wanted. Thank you. Getting ready to donate. This is great!

<!-- gh-comment-id:471078729 --> @bmcgonag commented on GitHub (Mar 8, 2019): I'm a knot-head and I apologize. I had to setup the * DNS A record to point to my server IP, and now it works just as I wanted. Thank you. Getting ready to donate. This is great!
Author
Owner

@fusion44 commented on GitHub (Mar 24, 2019):

@bmcgonag Have you got this working for a subdomain? In my example I would like to use tunnel.mydomain.com for the server, so my subdomains would look like webui.tunnel.mydomain.com?

<!-- gh-comment-id:475940200 --> @fusion44 commented on GitHub (Mar 24, 2019): @bmcgonag Have you got this working for a subdomain? In my example I would like to use tunnel.mydomain.com for the server, so my subdomains would look like webui.tunnel.mydomain.com?
Author
Owner

@bmcgonag commented on GitHub (Mar 24, 2019):

@fusion44 I did. I think you would just register mydomain.com, then setup your A record for either *.tunnel.mydomain.com or *.mydomain.com . If the latter, then in the client yml file you will set the sub domain info as myplace.tunnel.mydomain.com and it will be registered with the server. Then you can change the subdomain to anything you want for each client.

<!-- gh-comment-id:475952054 --> @bmcgonag commented on GitHub (Mar 24, 2019): @fusion44 I did. I think you would just register mydomain.com, then setup your A record for either *.tunnel.mydomain.com or *.mydomain.com . If the latter, then in the client yml file you will set the sub domain info as myplace.tunnel.mydomain.com and it will be registered with the server. Then you can change the subdomain to anything you want for each client.
Author
Owner

@fusion44 commented on GitHub (Mar 29, 2019):

@bmcgonag Awesome, thanks!

<!-- gh-comment-id:478103341 --> @fusion44 commented on GitHub (Mar 29, 2019): @bmcgonag Awesome, thanks!
Sign in to join this conversation.
No labels
pull-request
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: github-starred/go-http-tunnel#47
No description provided.