Zack

Results 564 comments of Zack

Happy to accept a PR for this.

https://github.com/schollz/croc#self-host-relay

I cannot reproduce using windows powershell: ``` >cat .\test.txt | croc send --code test-test Sending 'stdin' (16 B) Code is: test-test On the other computer run croc test-test Sending (->192.168.0.113:60884)...

This seemed to be a problem with the command-line flags not getting passed into the sender. I think I fixed it - can you try it out when you get...

Do you use autocomplete with croc while in root mode?

Ok. I guess the error should be that the installer doesn't install autocomplete correctly while in root. I tried it and it works fine to install croc though. I'll change...

I cannot reproduce (Windows 10, installed from scoop, v9.5.4, etc.). Perhaps you have another process running on port 9009? What happens if you try `croc send --no-local `?

Would accept a PR for this