mirror of
https://github.com/rustdesk/rustdesk-server-demo.git
synced 2025-08-17 08:25: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">
|
<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/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user