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
|
```mermaid
|
||||||
graph LR
|
graph LR
|
||||||
A[Phone] --> VPN
|
A[Phone] -->|Encrypted| VPN
|
||||||
B[Laptop] --> VPN
|
B[Laptop] -->|Encrypted| VPN
|
||||||
C[Computer] --> VPN
|
C[Computer] -->|Encrypted| VPN
|
||||||
|
|
||||||
VPN[OpenVPN Server]
|
VPN[OpenVPN Server]
|
||||||
|
|
||||||
VPN -->|Encrypted Traffic| I[Internet]
|
VPN --> I[Internet]
|
||||||
```
|
```
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
Loading…
x
Reference in New Issue
Block a user