From a78d5ddeb59ce83e30aa92318efce1d06e51e9a2 Mon Sep 17 00:00:00 2001 From: Max Inden Date: Thu, 27 Jan 2022 14:58:54 +0100 Subject: [PATCH] src/_blog: Link to ipfs glossary --- src/_blog/libp2p-hole-punching.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/_blog/libp2p-hole-punching.md b/src/_blog/libp2p-hole-punching.md index 412bd557..441fa988 100644 --- a/src/_blog/libp2p-hole-punching.md +++ b/src/_blog/libp2p-hole-punching.md @@ -23,7 +23,7 @@ Computers in today's Internet can be divided into two groups, public and non-pub Let's look at an example. Two computers, *A* and *B*, each in their own network, connected to the internet via a separate home router each, with those home routers acting as firewalls. -Note that we are focusing on overcoming firewalls today and ignore NATs for now. The process described below (hole punching in libp2p) enables overcoming both. For the sake of simplicity we will concentrate on firewalls in this blog post. +Note that we are focusing on overcoming firewalls today and ignore [NATs](https://docs.ipfs.io/concepts/glossary#nat) for now. The process described below (hole punching in libp2p) enables overcoming both. For the sake of simplicity we will concentrate on firewalls in this blog post. ![img](../assets/libp2p-hole-punching-network.svg)