Update readme.md

This commit is contained in:
Jack 2023-08-31 20:29:46 +01:00
parent 463d4dca07
commit 8d9ff19de8

View File

@ -4,10 +4,10 @@
```mermaid
flowchart TD
A[VPS] -->|Ubuntu Server| B(Docker compose)
C --> D{Status Pages/Pings}
E -->|Outgoing traffic|
F -->|IPv6 Tunnel| G[tunnelbroker.net]
F -->|IPv4| G[Datacenter Network]
F -->|WG tunnel| G[Home Network]
A[VPS] -->|Ubuntu Server| B[Docker compose]
B --> C{Status Pages/Pings}
C --> |Outgoing traffic| D[What traffic]
D -->|IPv6 Tunnel| E[tunnelbroker.net]
D -->|IPv4| E[Datacenter Network]
D -->|WG tunnel| E[Home Network]
```