Initialize Git Repository: 'Rustdesk-Server'
Rustdesk Server / Rustdesk Server (amd64, amd64, cicd.any, bookworm trixie noble, main) (push) Successful in 21s
Rustdesk Server / Rustdesk Server (arm64, arm64v8, cicd.any, bookworm trixie noble, main) (push) Successful in 21s

This commit is contained in:
Cantibra
2026-05-04 21:22:03 +02:00
commit 5e3ecaa965
19 changed files with 861 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
# RustDesk ID/Rendezvous Server (hbbs) configuration
# Only allow the client with the same key.
KEY=''
# Sets the listening port.
PORT='21116'
# Sets the default relay servers.
RELAY_SERVER='localhost'
# Sets UDP recv buffer size.
# Set system rmem_max first!
# e.g. 'sysctl -w net.core.rmem_max=52428800'
RMEM='0'