Create stream
npm_create_streamCreate a TCP or UDP stream that forwards traffic from an incoming port to a forwarding host and port, with optional SSL certificate.
Instructions
Create a TCP/UDP stream.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| meta | No | ||
| incoming_port | Yes | ||
| certificate_id | No | ||
| tcp_forwarding | No | ||
| udp_forwarding | No | ||
| forwarding_host | Yes | ||
| forwarding_port | Yes |