mirror of
https://github.com/schollz/croc.git
synced 2025-10-11 21:30:16 +02:00
dos2unix
This commit is contained in:
parent
b12fc47951
commit
fa1359f1b8
1 changed files with 212 additions and 202 deletions
10
README.md
10
README.md
|
@ -20,6 +20,7 @@ Status"></a>
|
||||||
- allows **resuming transfers** that are interrupted
|
- allows **resuming transfers** that are interrupted
|
||||||
- local server or port-forwarding **not needed**
|
- local server or port-forwarding **not needed**
|
||||||
- **ipv6-first** with ipv4 fallback
|
- **ipv6-first** with ipv4 fallback
|
||||||
|
- can **use proxy**, like tor
|
||||||
|
|
||||||
For more information about `croc`, see [my blog post](https://schollz.com/software/croc6).
|
For more information about `croc`, see [my blog post](https://schollz.com/software/croc6).
|
||||||
|
|
||||||
|
@ -156,6 +157,15 @@ $ croc send --text "hello world"
|
||||||
|
|
||||||
This will automatically tell the receiver to use `stdout` when they receive the text so it will be displayed.
|
This will automatically tell the receiver to use `stdout` when they receive the text so it will be displayed.
|
||||||
|
|
||||||
|
|
||||||
|
### Use a proxy
|
||||||
|
|
||||||
|
You can use a proxy as your connection to the relay by adding a proxy address with `--socks5`. For example, you can send via a tor relay:
|
||||||
|
|
||||||
|
```
|
||||||
|
$ croc --socks5 "127.0.0.1:9050" send SOMEFILE
|
||||||
|
```
|
||||||
|
|
||||||
### Self-host relay
|
### Self-host relay
|
||||||
|
|
||||||
The relay is needed to staple the parallel incoming and outgoing connections. By default, `croc` uses a public relay but you can also run your own relay:
|
The relay is needed to staple the parallel incoming and outgoing connections. By default, `croc` uses a public relay but you can also run your own relay:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue