Skip to content

Commit 11e69eb

Browse files
committed
make it clear it's a well known websocket
1 parent 4ec025c commit 11e69eb

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
An HTTP tunnel designed to be self hosted for free in minutes.
44

55
```console
6-
┌───────────┐ ┌────────────────┐ ┌────────────────┐
7-
│ JIRA │ │Public endpoint │ │Local dev │
8-
│ GitHub │ │at Cloudflare: │ │server: │
9-
│ GitLab │──────►│ │─────►│ │
10-
│ Slack │ │ *.workers.dev │ │ localhost:3000 │
11-
│ etc... │ │ │ │ │
12-
└───────────┘ └────────────────┘ └────────────────┘
6+
┌───────────┐ ┌────────────────┐ ┌────────────────┐
7+
│ JIRA │ │Public endpoint │ │Local dev │
8+
│ GitHub │ │at Cloudflare: │ ┌───────────┐ │server: │
9+
│ GitLab │──────►│ ├──►│ WebSocket ├──►│ │
10+
│ Slack │ │ *.workers.dev │ └───────────┘ │ localhost:3000 │
11+
│ etc... │ │ │ │ │
12+
└───────────┘ └────────────────┘ └────────────────┘
1313
```
1414

1515
Webhooks Proxy Tunnel exposes a local HTTP endpoint to the public Internet. It works by reverse proxying HTTP requests through a Cloudflare worker over a WebSocket into your local machine's HTTP server.

0 commit comments

Comments
 (0)