Skip to content

Commit 461c721

Browse files
committed
updated readme
1 parent c03f46b commit 461c721

1 file changed

Lines changed: 19 additions & 0 deletions

File tree

README.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,25 @@ Dials into the Relay on behalf of the Agent, establishing a secure tunnel via th
7777
--secret mySharedSecret
7878
```
7979

80+
## Connection Flows
81+
82+
### Direct Proxy <--> Agent
83+
84+
```mermaid
85+
flowchart LR
86+
Agent([Agent]) -- "AES-CTR + HMAC" --> Proxy([Proxy])
87+
Proxy -- "SOCKS5" --> Client([Client App])
88+
```
89+
90+
### Via Relay
91+
92+
```mermaid
93+
flowchart LR
94+
Agent([Agent]) -- "AES-CTR + HMAC" --> Relay([Relay Server])
95+
Relay -- "AES-CTR + HMAC" --> Proxy([Proxy])
96+
Proxy -- "SOCKS5" --> Client([Client App])
97+
```
98+
8099
### Common flags
81100

82101
| Flag | Description |

0 commit comments

Comments
 (0)