CLI docs
Tunnels with share

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
v0.2.0

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

Local target to expose: host:port or :port

--remote

Requested subdomain: a label or a full *.cnflx.uz domain

--new

Ignore the saved key and request a fresh subdomain

Advanced

Server endpoint and connection options.

--server

Tunnel server endpoint

--insecure

Skip TLS verification (self-signed wss://)

--plain

Disable colors and the live status panel

Generated command
$ conflux share --local <host:port>

--local is required β€” the local host:port to expose.