This commit is contained in:
mfwmyfacewhen 2023-05-03 08:18:04 -05:00 committed by Daniel Gray
parent d60c2db393
commit 24e6904e6b
No known key found for this signature in database
GPG Key ID: 41911F722B0F9AE3

View File

@ -14,7 +14,7 @@ VPNs encrypt your traffic between your device and a server owned by your VPN pro
``` mermaid
flowchart TD
server== VPN encryption ===infra(Outside Infrastructure)== VPN encryption ===local[Local Network]== VPN encryption ===device[Your Device]
server{VPN Server}--. No VPN encryption .---infr(Outside Infrastructure)--. No VPN encryption .---site[Destination Website]
server{VPN Server}-. No VPN encryption .--infr(Outside Infrastructure)-. No VPN encryption .--site[Destination Website]
```
## Should I use a VPN?