Zack
Zack
Looks good to me! Happy to accept pr
The required methods are publicly exported so you can use croc as a library if you want. You can find an example in croc itself. First [the options are set](https://github.com/schollz/croc/blob/master/src/cli/cli.go#L165-L180)...
Can you run `--debug` and share the output? Also, your example doesn't have matching codephrases...
Before the passphrase, croc is hashing the files. The croc outputs this information now. The relay passes the encrypted data between the sender and receiver. I'm curious to what is...
> IMO it could be formulated a bit more clearly in the readme Would appreciate a PR for how you would like the clarification > WebRTC usually falls back to...
This is a reasonable feature request. Would you mind making a new issue for it so it can be tracked easier?
Yeah, if you want to give this a shot I will support you.
Can you be more specific? How is the proxy setup?
Looks like this may work: https://stackoverflow.com/questions/40749222/sending-tcp-packets-to-proxy
Okay, the master now includes an option to add a SOCKS5 address. You can do `croc --socks5 "127.0.0.1:9050" ...` to use a proxy.