How to configure a tunnel to test service on localhost?

I am evaluating the tool and the local test feature using a tunnel. Configure a tunnel to test a service on localhost using a specific socket. e.g., http://localhost:8080 This works as expected.

However, if the user puts on the browser, http://localhost:5000 can access all the other services. It seems that the tunnel provides full access to the VM in Lambda cloud and not only to the service Is there a way to limit that somehow?

Hey Joe,

You can utilize the tunnel binary with the --allowHosts localhost:9000 flag. This flag allows you to specify and restrict access to only specific websites, in this case, limited to localhost:9000.

This level of control enhances the security and access management of your tunnel setup.

Feel free to post any doubts or queries related to the local tunnel. We are here to help you :slight_smile: