Share command builder
An ngrok-style tunnel agent: exposes a local port on a public *.cnflx.uz subdomain over a persistent WebSocket, with SSE and WebSocket-upgrade passthrough.
Install this module
$ conflux install share
Examples
Common invocations to copy as-is, or use as a starting point for the builder below.
$ conflux share --local localhost:8090
$ conflux share --local localhost:8090 --remote my-api
$ conflux share --local localhost:8090 --new
Command generator
Fill in the form and get a ready-to-run conflux share command β only options that differ from the defaults are included.
Tunnel
The local port to expose and the subdomain to request.
Local target to expose: host:port or :port
Requested subdomain: a label or a full *.cnflx.uz domain
Ignore the saved key and request a fresh subdomain
Advanced
Server endpoint and connection options.
Tunnel server endpoint
Skip TLS verification (self-signed wss://)
Disable colors and the live status panel
$ conflux share --local <host:port>
--local is required β the local host:port to expose.