From 3276a4ab6007d68a0dd84571c1d96e8eac14bb66 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beno=C3=AEt=20S?= Date: Sat, 4 Sep 2021 02:46:32 +0000 Subject: [PATCH] Remove one step for VPN schema --- docs/Various/Infra.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/docs/Various/Infra.md b/docs/Various/Infra.md index 6cc985a..271ea3a 100644 --- a/docs/Various/Infra.md +++ b/docs/Various/Infra.md @@ -28,9 +28,7 @@ flowchart TD ```mermaid flowchart LR - INTERNET[Internet] --> SSH[ssh.benpro.fr] - SSH --> MULLVAD - MULLVAD[Mullvad VPN\njp8-wireguard] --> JPTYO{JP-TYO} + INTERNET[Internet] --> MULLVAD[Mullvad VPN\nvpn-jp8.benpro.fr] --> JPTYO{JP-TYO} JPTYO --> PORT_54902[Port 54902] JPTYO --> PORT_56754[Port 56754] PORT_54902 --> LXD[lxd.home.arpa]