Skip to content
This repository was archived by the owner on Aug 26, 2025. It is now read-only.

Conversation

@andreibastos
Copy link

Added 'fromHost' in ForwardingOptions to allow connections from another's hosts.

// example

await sshConnection.forward({
    fromHost: '0.0.0.0',
    fromPort: 5980,
    toPort: 554,
    toHost: '10.0.0.141',
  });
console.log('*:5980 -> 10.0.0.141:554');

Added 'fromHost' in `ForwardingOptions`  to allow connections from another's hosts.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant