Skip to content

Commit 570e6a0

Browse files
authored
Add tunneling info to README
1 parent 5d94a37 commit 570e6a0

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,3 +64,10 @@ This option shows all the header details in the incoming request.
6464
$ rh http --details
6565
```
6666
<img width="785" alt="Request Hole CLI details" src="https://user-images.githubusercontent.com/100900/120266674-1d48c000-c23e-11eb-8107-50db997ac3cc.png">
67+
68+
### Exposing Request Hole to the internet
69+
Sometimes we need to expose `rh` to the internet to test applications or webhooks from outside of our local dev env. The best way to do this is to use a tunneling service such as [ngrok](https://ngrok.com).
70+
```
71+
$ ngrok http 3001
72+
$ rh http -p 3001
73+
```

0 commit comments

Comments
 (0)