Skip to main content

Tunneling

Less than 1 minute

Tunneling

The CLI can be used to configure live tunnels on the KUBE.

To enable tunneling for an existing app:

dx tunnel set --app "name-of-your-app" --enabled

To disable a tunnel:

dx tunnel set --app "name-of-your-app" --disabled

To list active tunnels:

dx tunnel list

Learn more about how to configure tunneling in dx.yml.