Skip to content

I can't get success or error but it is trying to do something! #2

@benzmuircroft

Description

@benzmuircroft

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions