Skip to content

Commit

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

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

0 comments on commit d80f131

Please sign in to comment.