# One-KVM Secrets Configuration # Copy this file to secrets.toml and fill in your values # secrets.toml is ignored by git and will be read at compile time [rustdesk] # Public RustDesk ID server (hbbs) for users who leave the field empty public_server = "" # Public key for the RustDesk server (displayed to users) public_key = "" # Relay server authentication key (if relay server uses -k option) relay_key = "" [ice] # Public ICE servers for WebRTC NAT traversal # These servers are used when users enable "Use public ICE servers" option # STUN server URL (for NAT type detection) stun_server = "" # TURN server URLs (for relay when direct connection fails) # Supports multiple URLs separated by comma turn_urls = "" # TURN authentication credentials turn_username = "" turn_password = ""