Ignite
Port Forwarding
Using the CLI, you can port-forward deployments to access them securely without having to expose them to the public internet
If you haven’t already, install the CLI as documented here.
Initiate the tunnel
You can open a tunnel between your deployments and local machine via hop fwd
- then select the local & remote ports to open.
Without hostnames
Without hostnames
To tunnel your deployment without host entries
With hostnames
With hostnames
To add <name>.hop
to your hosts file, sudo the tunnel in addition to providing the --hosts
flag.