Skip to content

Commit

Permalink
Fix diagram
Browse files Browse the repository at this point in the history
  • Loading branch information
askolesov committed Nov 3, 2024
1 parent 83453e5 commit 9a6b14c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ obfsproxy is a simple obfuscating proxy designed to provide a layer of obfuscati

```mermaid
graph LR
client[VPN Client] -->|Original Traffic| proxy1[Proxy Client\nobfsproxy]
proxy1 -->|Obfuscated Traffic| proxy2[Proxy Server\nobfsproxy]
client[VPN Client] -->|Original Traffic| proxy1[obfsproxy client]
proxy1 -->|Obfuscated Traffic| proxy2[obfsproxy server]
proxy2 -->|Original Traffic| server[VPN Server]
style proxy1 fill:#f9f,stroke:#333
style proxy2 fill:#f9f,stroke:#333
style proxy1 fill:#ddd,stroke:#333
style proxy2 fill:#ddd,stroke:#333
```

## Features
Expand Down

0 comments on commit 9a6b14c

Please sign in to comment.