1
1
Fork 0
mirror of https://github.com/schollz/croc.git synced 2025-10-11 05:11:06 +02:00

allow getting password through file Fix #226

This commit is contained in:
Zack Scholl 2020-09-03 13:31:01 -07:00
parent def4f94ffd
commit bd2376e920
2 changed files with 15 additions and 4 deletions

View file

@ -163,6 +163,8 @@ Be sure to include the password for the relay otherwise any requests will be rej
$ croc --pass YOURPASSWORD --relay "myreal.example.com:9009" send [filename]
```
Note: when including `--pass YOURPASSWORD` you can instead pass a file with the password, e.g. `--pass FILEWITHPASSWORD`.
## License
MIT