mirror of
				https://github.com/angristan/openvpn-install.git
				synced 2025-11-04 07:57:37 +01:00 
			
		
		
		
	Fix mermaid diagram in README
This commit is contained in:
		@@ -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
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user