Skip to content

Commit 40b5575

Browse files
added missing flags - removed extra code
1 parent af9e2cb commit 40b5575

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/main/java/com/lambdatest/tunnel/Tunnel.java

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -241,11 +241,6 @@ public String passParametersToTunnel(Map<String, String> options) {
241241
if(options.get("mitm") != "" && options.get("mitm") !=null ) {
242242
command += " --mitm ";
243243
}
244-
parameters.put("pacfile","--pacfile");
245-
parameters.put("mTLSHosts","--mTLSHosts");
246-
parameters.put("clientKey","--clientKey");
247-
parameters.put("clientCert","--clientCert");
248-
parameters.put("allowHosts","--allowHosts");
249244

250245
if(options.get("pacfile") != "" && options.get("pacfile") !=null ) {
251246
command += " --pacfile ";

0 commit comments

Comments
 (0)