Skip to content

The serverOptions.host option is ignored if serverOptions.port is 0 or omitted #123

@arikw

Description

@arikw

When I create a tunnel with the following serverOptions, the host part is ignored:

serverOptions = {
  host: '127.0.0.1',
  port: 0
}

A bypass:

serverOptions = {
  host: '127.0.0.1',
  path: 'literally whatever', // <--- this line makes the `host` property work
  port: 0
}

See #124

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