From ab1bf4c891f464f60e77f042f0ab8edff81d06d5 Mon Sep 17 00:00:00 2001 From: Andrzej Rudnik Date: Mon, 16 Oct 2023 11:51:36 +0200 Subject: [PATCH] Add files via upload --- README-PL.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 README-PL.md diff --git a/README-PL.md b/README-PL.md new file mode 100644 index 0000000..1782ed8 --- /dev/null +++ b/README-PL.md @@ -0,0 +1,16 @@ +

+ [Deutsch] | [Nederlands]
+

+ +# 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. + +## How to run +```bash +# install rustup first, https://rustup.rs/ +IP= cargo run +``` + +https://rustdesk.com/blog/id-relay-set/ + +https://github.com/rustdesk/rustdesk/issues/115