Skip to content

Commit 8ae9c0e

Browse files
committed
Add very basic warning about tun usage
1 parent fc4ae63 commit 8ae9c0e

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -400,7 +400,11 @@ As an additional note, please use the `/slack` endpoint if connecting this to di
400400
401401
### Tun (VPN)
402402
403-
RSSH and SSH support creating tuntap interfaces that allow you to route traffic and create pseudo-VPN. It does take a bit more setup than just a local or remote forward (`-L`, `-R`), but in this mode you can send UDP and ICMP.
403+
RSSH and SSH support creating tuntap interfaces that allow you to route traffic and create pseudo-VPN. It does take a bit more setup than just a local or remote forward (`-L`, `-R`), but in this mode you can send `UDP` and `ICMP`.
404+
405+
#### Important Notice
406+
407+
If you connect to a malicious RSSH client, it will be able to connect back to your tunnel device. As such it is important not to have forwarding enabled, and to either have firewall rules to stop any connections to the local machine, or run this from within a container/netns.
404408
405409
Install a client on a remote machine, this will not work if you have your RSSH client on the same host as your tun device.
406410
```sh

0 commit comments

Comments
 (0)