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:
parent
def4f94ffd
commit
bd2376e920
2 changed files with 15 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue