We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6604f4 commit 895beb3Copy full SHA for 895beb3
docs/about.md
@@ -40,7 +40,7 @@ Secured Signal API acts purely as a **gateway** — it never bypasses or replace
40
41
```mermaid
42
flowchart LR
43
- Client[Your App / Script] -->|HTTP| TLSReverseProxy[tls Reverse Proxy]
+ Client[Your App / Script] -->|HTTP| TLSReverseProxy[TLS Reverse Proxy]
44
TLSReverseProxy -->|HTTPS| SecuredProxy[Secured Signal API]
45
SecuredProxy -->|Forwarded Request| SignalAPI[Signal CLI REST API]
46
SignalAPI -->|Encrypted Signal Network| SignalNetwork[Signal Servers]
0 commit comments