Initialize Git Repository: 'Rustdesk-Server'
All checks were successful
Rustdesk Server (Bookworm) / Rustdesk Server [arm64] (push) Successful in 19s
Rustdesk Server (Bookworm) / Rustdesk Server [amd64] (push) Successful in 20s
Rustdesk Server (Noble) / Rustdesk Server [arm64] (push) Successful in 19s
Rustdesk Server (Noble) / Rustdesk Server [amd64] (push) Successful in 20s
Rustdesk Server (Trixie) / Rustdesk Server [arm64] (push) Successful in 17s
Rustdesk Server (Trixie) / Rustdesk Server [amd64] (push) Successful in 28s

This commit is contained in:
Cantibra
2026-01-26 06:10:40 +01:00
commit 3f2a39845d
20 changed files with 1262 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
# RustDesk Relay Server (hbbr) configuration
# Only allow the client with the same key.
KEY=''
# Sets the listening port.
PORT='21117'

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'