From daa23be2abc8b564bda922540b6150599f12a68a Mon Sep 17 00:00:00 2001 From: Jack Date: Thu, 31 Aug 2023 20:33:12 +0100 Subject: [PATCH] Update readme.md --- VPS/readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/VPS/readme.md b/VPS/readme.md index e02ab03..dc9d835 100644 --- a/VPS/readme.md +++ b/VPS/readme.md @@ -4,8 +4,8 @@ ```mermaid flowchart TD - A[VPS] -->|Ubuntu Server| B[Docker compose] - B --> C[Status Pages/Pings] + A[VPS] -->|| [Ubuntu Server] + A --> |Docker compose| B[Status Pages/Pings] C --> |Outgoing traffic| D[What traffic] D -->|IPv6 Tunnel| E[tunnelbroker.net] D -->|IPv4| E[Datacenter Network]