From 7dc200b15c1db841be3ee8b4b9d613e33dd00267 Mon Sep 17 00:00:00 2001 From: jimmyedagawa78 <30567984+jimmyedagawa78@users.noreply.github.com> Date: Tue, 5 Sep 2023 16:11:05 +0530 Subject: [PATCH] Update README.md updated the flow chart to include mobiles --- vpn-client/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/vpn-client/README.md b/vpn-client/README.md index bf51ba6..de4dbca 100644 --- a/vpn-client/README.md +++ b/vpn-client/README.md @@ -26,7 +26,8 @@ _*which you may not have a lot of control or say over the running of._ flowchart TD A[Laptop x] -->|Wireguard tunnel| B(WireGuard VPN Server) C[Laptop y] -->|Wireguard tunnel| B(WireGuard VPN Server) - + I[Mobile x] -->|Wireguard tunnel| B(WireGuard VPN Server) + J[Mobile y] -->|Wireguard tunnel| B(WireGuard VPN Server) B --> |L2TP tunnel -> IPsec tunnel| E(Traditional Datacenter VPN Server) E --> F[Server x] E --> G[Server y]