Skip to content

Commit

Permalink
Add diagram
Browse files Browse the repository at this point in the history
  • Loading branch information
askolesov committed Nov 3, 2024
1 parent 90f3524 commit 83453e5
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@

obfsproxy is a simple obfuscating proxy designed to provide a layer of obfuscation for network traffic. It works by applying multiple transformations to the data passing through it, making it harder for network monitors to identify the content of the communication.

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

## Features

- Multiple obfuscation methods:
Expand Down

0 comments on commit 83453e5

Please sign in to comment.