You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -36,7 +36,7 @@ It takes just under 10 minutes.
36
36
( cd worker && npm i && npm run deploy )
37
37
```
38
38
39
-
1. (2 min) Then open the `*.worker.dev` from the console output above and follow the instructions there.
39
+
1. (2 min) Then open the `https://webhooks-proxy-tunnel.YOUR_ACCOUND.workers.dev` link from the console output above and follow the instructions there.
@@ -46,7 +45,7 @@ The connection now looks like this:
46
45
<p>Requests: ${stats.requests}</p>
47
46
<p>
48
47
Connecting a new client kicks out the currently connected one.
49
-
It is by design as the idea is to proxy all the requests to a single developer machine without any round-robin or load balancing. <a href="/">Create new tunnel</a>.
48
+
This is by design as the idea is to proxy all the requests to a single developer machine without any round-robin or load balancing. If you need more tunnels just <a href="/">create a new one</a>!
0 commit comments