Skip to content

Commit a830b83

Browse files
committed
Mention IP filtering is available in inlets-cloud
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <[email protected]>
1 parent c6bec13 commit a830b83

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Diff for: blog/_posts/2024-10-17-ssh-with-inlets-cloud.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ Access is completely private, there is no way to decrypt the SSH traffic, and it
190190

191191
**IP filtering/allow list**
192192

193-
For taking things further, sshmux also supports an IP allow list, which will be available in inlets-cloud shortly, or which you can use already today with the self-hosted version of inlets-pro.
193+
For taking things further, sshmux also supports an IP allow list, which is available for inlets-cloud and self-hosted tunnels.
194194

195195
If the IP for your mobile hotspot was 35.202.222.154, you could write the following to restrict access to `nuc.example.com` to only yourself:
196196

@@ -202,6 +202,8 @@ upstreams:
202202
- 35.202.222.154
203203
```
204204
205+
Then just add a `--proxy-protocol` argument to the `inlets-pro sshmux` command before restarting the command. You can use `v1` or `v2` as the argument, just make sure it is the same as the one you selected for the tunnel server.
206+
205207
Watch a video walk-through of this tutorial:
206208

207209
{% include youtube.html id="ws3-VlL2884" %}

0 commit comments

Comments
 (0)