Is there any way to limit the domains getting resolved using the tunnel binary?

Is there any way to limit the domains getting resolved using the tunnel binary as in our test cases we need to access many domains and due to tunnel the tests are getting delayed.

Yes, in our tunnel binary we have added a capability to provide the list of domain that need to be resolved through tunnel binary and the rest all will be resolved normally.

Use: –allowHosts <comma_separated_domains>

The command will be like:

LT --user <username> --key <accessKey> –allowHosts google.com,apple.com,amazon.com