mirror of
https://github.com/rustdesk/rustdesk-server-demo.git
synced 2025-08-16 16:05:38 +00:00
Update README-PL.md
This commit is contained in:
parent
ab1bf4c891
commit
05efb9facc
12
README-PL.md
12
README-PL.md
@ -1,14 +1,14 @@
|
||||
<p align="center">
|
||||
[<a href="README-DE.md">Deutsch</a>] | [<a href="README-NL.md">Nederlands</a>]<br>
|
||||
[<a href="README.md">English</a>] | [<a href="README-DE.md">Deutsch</a>] | [<a href="README-NL.md">Nederlands</a>]<br>
|
||||
</p>
|
||||
|
||||
# A working demo of RustDesk server implementation
|
||||
This is a super simple working demo implementation with only one relay connection allowed, without NAT traversal, persistence, encryption and any other advanced features. But it can be your good starting point to write your own RustDesk server program.
|
||||
# Działające demo implementacji serwera RustDesk
|
||||
Jest to bardzo prosta implementacja demonstracyjna z dozwolonym tylko jednym połączeniem, bez tłumaczenia NAT, trwałości, szyfrowania i innych zaawansowanych funkcji. Może to być dobry punkt wyjścia do napisania własnego serwera RustDesk.
|
||||
|
||||
## How to run
|
||||
## Jak uruchomić
|
||||
```bash
|
||||
# install rustup first, https://rustup.rs/
|
||||
IP=<public ip of this machine> cargo run
|
||||
# zainstaluj najpierw rustup, https://rustup.rs/
|
||||
IP=<publiczny adres IP tej maszyny> cargo run
|
||||
```
|
||||
|
||||
https://rustdesk.com/blog/id-relay-set/
|
||||
|
Loading…
x
Reference in New Issue
Block a user