-
Notifications
You must be signed in to change notification settings - Fork 18
Open
Description
on the mytunnel-server:
bin/server.js --port 1234 --domain sub.domain.com
I get no error message so it looks fine. I've enabled port 1234 on the domain and added the sub subdomain in it's dns. I have no apache and nothing running on port 80 on the domain.
Then on the client:
npx mytunnel --host http://sub.domain.com --port 1234 --subdomain x
I get no error/success message.
If I turn on my https server that I made and see if it can detect any requests then run like this:
npx mytunnel --host http://domain.com --port 1234 --subdomain sub
I can see requests from my local computer's ip trying to get /sub over and over
If I do not specify any subdomain on the server and the client I see that the request is /?new over and over
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels