Skip to content

Commit 9e08371

Browse files
committed
docs: lead the tagline's list with no account
1 parent c202be2 commit 9e08371

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "pai-sho"
33
version = "0.5.0"
44
edition = "2021"
5-
description = "Forward ports between your own machines, peer to peer. Neither side needs an open inbound port, a public IP, or an account. Only what you grant is reachable."
5+
description = "Forward ports between your own machines, peer to peer. Neither side needs an account, a public IP, or an open inbound port. Only what you grant is reachable."
66
license = "MIT"
77
repository = "https://github.com/cablehead/pai-sho"
88
keywords = ["iroh", "quic", "p2p", "port-forwarding", "nat-traversal"]

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<p align="center">
88
Forward ports between your own machines, peer to peer.<br>
9-
Neither side needs an open inbound port, a public IP, or an account.<br>
9+
Neither side needs an account, a public IP, or an open inbound port.<br>
1010
Only what you grant is reachable.
1111
</p>
1212

src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ mod tunnel;
2020
name = "pai-sho",
2121
about = "Forward ports between your own machines, peer to peer",
2222
long_about = "Forward ports between your own machines, peer to peer. Neither \
23-
side needs an open inbound port, a public IP, or an account.\n\n\
23+
side needs an account, a public IP, or an open inbound port.\n\n\
2424
Machines link by invitation: one side extends it, the other takes it up. Access \
2525
is default deny. You grant a port to a specific peer's key, and that peer alone \
2626
can reach it.\n\n\

0 commit comments

Comments
 (0)