I am using tunnel to execute my tests on LambdaTest, but I need to exclude a few URL. Can I bypass tunnel when it is connected for specific URLs

I am using tunnel to execute my tests on LambdaTest, however I have a use case where I need to exclude a few URL from tunnel. Is there a way to bypass tunnel when it is connected for specific URLs

Hi Mark,

Yes, that is possible using the flag --bypassHosts. You just need to use this flag when starting the tunnel.

./LT --user USERNAME --key ACCESSKEY --bypassHosts "URL1, URL2"