Skip to content
This repository was archived by the owner on Dec 13, 2023. It is now read-only.

Commit 13b1696

Browse files
committed
fix tunnelname param
1 parent a0b9444 commit 13b1696

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tunnel_start.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -415,7 +415,7 @@ function createConmanParams(params){
415415
"proxyIp": "local_ip",
416416
"proxyPort": "local_port" ,
417417
"dir": "directory",
418-
"tunnelName": "tunnel_name",
418+
"tunnelname": "tunnel_name",
419419
"pac": "pac",
420420
"rejectUnauthorized": "rejectUnauthorized",
421421
"acceptAllCerts": "accept_all_certs",

0 commit comments

Comments
 (0)