Bridge Create
Create new bridge connection
Usage
Terminal
dxflow bridge create <UPSTREAM> [GATEWAY]
UPSTREAM is the local service the tunnel forwards to, written as ip:port (the scheme defaults to http). The host must be a literal private, loopback, or unspecified IPv4 address and the port is required — a bridge cannot expose a service that is already public.
GATEWAY is the URL of the hub to connect to: scheme http or https and a hostname, with no port and no path beyond /. Omit it to use the engine's bridge-gateway configuration; the request is rejected when neither is set. See tunneling.
Example
Terminal
dxflow bridge create 127.0.0.1:3000 https://your-domain.com/