From 97c63a060f92528965aa7522f6dc5fec8aeaa68b Mon Sep 17 00:00:00 2001 From: ItsDrike Date: Thu, 16 Sep 2021 23:23:18 +0200 Subject: [PATCH] Fix youtube video tutorial link --- content/posts/escaping-isolated-network.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/posts/escaping-isolated-network.md b/content/posts/escaping-isolated-network.md index febcfe5..3be3b9a 100644 --- a/content/posts/escaping-isolated-network.md +++ b/content/posts/escaping-isolated-network.md @@ -78,7 +78,7 @@ socks5 proxy, that we've established through simple SSH. Even though the crude way of simply utilizing SSH to utilize our server as a proxy will work, it does have some issues. Specifically it's the fact that SSH on it's own will be using the TCP protocol. If you want to know more about how this protocol works, I'd suggest watching the video below: -{{}} +{{}} However basically, it's a protocol that ensures lossless data transmission between 2 machines. This makes sense for SSH and it is what we want, but the issue arises once we try to send TCP traffic over already established TCP tunnel. Since