File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 22
33This is an example to use [ iroh] ( https://crates.io/crates/iroh ) to create a dumb pipe to connect two machines with a QUIC connection.
44
5- Iroh will take case of hole punching and NAT traversal whenever possible, and fall back to a
5+ Iroh will take care of hole punching and NAT traversal whenever possible, and fall back to a
66relay if hole punching does not succeed.
77
88It is also useful as a standalone tool for quick copy jobs.
@@ -88,7 +88,7 @@ E.g. here is how to interact with the iroh-blobs
8888protocol:
8989
9090```
91- echo request1.bin | dumbpipe connect <ticket> --custom-alpn utf8:/iroh-bytes/2 > response1.bin
91+ echo request1.bin | dumbpipe connect <ticket> --custom-alpn utf8:/iroh-bytes/2 > response1.bin
9292```
9393
9494(` /iroh-bytes/2 ` is the ALPN string for the iroh-blobs protocol, which used to be called iroh-bytes.)
You can’t perform that action at this time.
0 commit comments