Update README-PL.md

This commit is contained in:
Andrzej Rudnik 2023-10-16 11:56:33 +02:00 committed by GitHub
parent ab1bf4c891
commit 05efb9facc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,14 +1,14 @@
<p align="center"> <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> </p>
# A working demo of RustDesk server implementation # Działające demo implementacji serwera RustDesk
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. 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 ```bash
# install rustup first, https://rustup.rs/ # zainstaluj najpierw rustup, https://rustup.rs/
IP=<public ip of this machine> cargo run IP=<publiczny adres IP tej maszyny> cargo run
``` ```
https://rustdesk.com/blog/id-relay-set/ https://rustdesk.com/blog/id-relay-set/