nwtgck / go-piping-tunnel

Tunneling from anywhere via Piping Server
MIT License
20 stars 3 forks source link

The arg "--progress" not work #47

Closed m2acgi closed 1 month ago

m2acgi commented 1 month ago
[root@almalinux9-test ~]# ./piping-tunnel server --port 22 --yamux --insecure --progress false --server https://192.168.1.2 abcd 1234
Error: the number of paths should be one or two
the number of paths should be one or two[root@almalinux9-test ~]#
nwtgck commented 1 month ago

You can use --progress=false instead of --progress false.