Skip to content

Commit 5402e39

Browse files
authored
Merge pull request #64 from n0-computer/matheus23/fix-readme-links
chore: Link `iroh` in readme instead of `iroh-net`
2 parents 1fb0d4e + 364b23a commit 5402e39

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Dumb pipe
22

3-
This is an example to use [iroh-net](https://crates.io/crates/iroh-net) to create a dumb pipe to connect two machines with a QUIC connection.
3+
This 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-net will take case of hole punching and NAT traversal whenever possible, and fall back to a
5+
Iroh will take case of hole punching and NAT traversal whenever possible, and fall back to a
66
relay if hole punching does not succeed.
77

88
It is also useful as a standalone tool for quick copy jobs.
@@ -82,14 +82,16 @@ You can now browse the website on port 3001.
8282
## Custom ALPNs
8383

8484
Dumbpipe has an expert feature to specify a custom [ALPN](https://en.wikipedia.org/wiki/Application-Layer_Protocol_Negotiation) string. You can use it to interact with
85-
existing iroh-net services.
85+
existing iroh services.
8686

87-
E.g. here is how to interact with the iroh-bytes
87+
E.g. here is how to interact with the iroh-blobs
8888
protocol:
8989

9090
```
9191
echo request1.bin | dumbpipe connect <ticket> --custom-alpn utf8:/iroh-bytes/2 > response1.bin
9292
```
9393

94+
(`/iroh-bytes/2` is the ALPN string for the iroh-blobs protocol, which used to be called iroh-bytes.)
95+
9496
if request1.bin contained a valid request for the `/iroh-bytes/2` protocol, response1.bin will
9597
now contain the response.

0 commit comments

Comments
 (0)