mirror of
https://github.com/angristan/openvpn-install.git
synced 2025-03-25 20:13:13 +01:00
Fix mermaid diagram in README
This commit is contained in:
parent
19e4b7961f
commit
7e32f6ae83
@ -20,13 +20,13 @@ Each client will be able to route its internet traffic through the server, fully
|
||||
|
||||
```mermaid
|
||||
graph LR
|
||||
A[Phone] --> VPN
|
||||
B[Laptop] --> VPN
|
||||
C[Computer] --> VPN
|
||||
A[Phone] -->|Encrypted| VPN
|
||||
B[Laptop] -->|Encrypted| VPN
|
||||
C[Computer] -->|Encrypted| VPN
|
||||
|
||||
VPN[OpenVPN Server]
|
||||
|
||||
VPN -->|Encrypted Traffic| I[Internet]
|
||||
VPN --> I[Internet]
|
||||
```
|
||||
|
||||
## Usage
|
||||
|
Loading…
x
Reference in New Issue
Block a user