forked from mofeng-git/One-KVM
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsecrets.toml.example
More file actions
23 lines (21 loc) · 792 Bytes
/
Copy pathsecrets.toml.example
File metadata and controls
23 lines (21 loc) · 792 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# 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 = ""