Updated FAQ (markdown)

RustDesk
2024-07-11 13:50:51 +08:00
parent 57864a31de
commit cac70e2708

10
FAQ.md

@@ -413,6 +413,16 @@ On our [release page](https://github.com/rustdesk/rustdesk/releases/latest), the
- If you use the exe file: `.\rustdesk.exe --silent-install`
- If you use the msi file: `msiexec /i .\rustdesk.msi REINSTALL=ALL REINSTALLMODE=vamus`
# How to use TCP tunneling (port forwarding).
Below is an example of forwarding local 24 port to remote 22. Then you can access remote with `ssh localhost -p 24`.
![image](https://github.com/rustdesk/rustdesk/assets/71636191/3f19e34b-6f0c-435a-adc2-bce27118abf5)
![image](https://github.com/rustdesk/rustdesk/assets/71636191/e0235a5e-9e55-44cb-808e-383d41c69ccc)