From ccb62402a8f750313cf5b479651a9e68a49aca06 Mon Sep 17 00:00:00 2001 From: annadevile <55877410+annadevile@users.noreply.github.com> Date: Fri, 13 Sep 2024 10:58:54 +0200 Subject: [PATCH] Fix sentence hyperdht.md (#138) Servers can be run on normal home computers, as the DHT will UDP holepunch connections are personal to users. --> "You can run servers on normal home computers, as the DHT will UDP holepunch connections for you." --- building-blocks/hyperdht.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/building-blocks/hyperdht.md b/building-blocks/hyperdht.md index 282ff84..aeeb555 100644 --- a/building-blocks/hyperdht.md +++ b/building-blocks/hyperdht.md @@ -111,7 +111,7 @@ Creates a new server for accepting incoming encrypted P2P connections. } ``` -> Servers can be run on normal home computers, as the DHT will UDP holepunch connections are personal to users. +> You can run servers on normal home computers, as the DHT will UDP holepunch connections for you. #### Methods