mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2026-09-12 18:44:25 +08:00
feat(rustdesk): 新增独占式 IP 直连模式
This commit is contained in:
@@ -1072,6 +1072,15 @@ export default {
|
||||
rustdesk: {
|
||||
title: 'RustDesk Remote',
|
||||
desc: 'Configure the RustDesk service; the selected codec will be locked',
|
||||
mode: 'Access Mode',
|
||||
modeId: 'ID Service',
|
||||
modeIdDesc: 'Register with an ID server and use the configured relay when direct connections fail',
|
||||
modeDirectIp: 'Direct IP',
|
||||
modeDirectIpDesc: 'Listen on the device only, without connecting to an ID or relay server',
|
||||
directAccessPort: 'Direct Access Port',
|
||||
directAccessPortInvalid: 'The direct access port must be between 1 and 65535',
|
||||
directAccessWarningTitle: 'Direct IP access is not end-to-end encrypted',
|
||||
directAccessWarningDesc: 'Use it only on a trusted LAN or encrypted VPN. Do not expose this port directly to the internet.',
|
||||
rendezvousServer: 'ID Server',
|
||||
rendezvousServerPlaceholder: 'hbbs.example.com:21116',
|
||||
rendezvousServerRequired: 'Enter the RustDesk ID server',
|
||||
|
||||
Reference in New Issue
Block a user