mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2026-06-17 18:01:45 +08:00
feat: 新增 frp 远程访问扩展
This commit is contained in:
@@ -521,6 +521,7 @@ export default {
|
||||
extRustdeskSubtitle: '通过 RustDesk 实现远程图形访问',
|
||||
extRtspSubtitle: '提供 RTSP 视频流以供其他客户端拉流',
|
||||
extRemoteAccessSubtitle: '通过内网穿透服务实现远程访问',
|
||||
extFrpcSubtitle: '通过 FRP 客户端实现内网穿透',
|
||||
aboutDesc: '开放轻量的 IP-KVM 解决方案',
|
||||
deviceInfo: '设备信息',
|
||||
deviceInfoDesc: '主机系统信息',
|
||||
@@ -955,7 +956,7 @@ export default {
|
||||
binaryNotFound: '未找到 {path},请先安装对应程序',
|
||||
remoteAccess: {
|
||||
title: '远程访问',
|
||||
desc: 'GOSTC 内网穿透与 Easytier 组网',
|
||||
desc: 'GOSTC/FRPC 内网穿透与 Easytier 组网',
|
||||
},
|
||||
ttyd: {
|
||||
title: 'Ttyd 网页终端',
|
||||
@@ -986,6 +987,33 @@ export default {
|
||||
virtualIp: '虚拟 IP',
|
||||
virtualIpHint: '留空则自动分配,手动指定需包含网段(如 10.0.0.1/24)',
|
||||
},
|
||||
frpc: {
|
||||
title: 'FRPC 内网穿透',
|
||||
desc: '通过 FRP 客户端连接 frps 服务',
|
||||
quickConfig: '快速配置',
|
||||
fullConfig: '完整配置',
|
||||
fullConfigHint: '可在此粘贴供应商 TOML 配置文件',
|
||||
fullConfigRequired: '请填写完整 frpc.toml 配置',
|
||||
proxyType: '代理类型',
|
||||
proxyName: '代理名称',
|
||||
proxyNamePlaceholder: 'one-kvm-ssh',
|
||||
proxyNameRequired: '请填写 FRPC 代理名称',
|
||||
serverAddr: '服务器地址',
|
||||
serverAddrPlaceholder: 'frps.example.com',
|
||||
serverAddrRequired: '请填写 FRPC 服务器地址',
|
||||
serverPort: '服务器端口',
|
||||
token: '认证令牌',
|
||||
tokenRequired: '请填写 FRPC 认证令牌',
|
||||
localIp: '本地地址',
|
||||
localIpRequired: '请填写 FRPC 本地地址',
|
||||
localPort: '本地端口',
|
||||
remotePort: '远程端口',
|
||||
remotePortRequired: 'TCP/UDP 代理需要填写远程端口',
|
||||
customDomain: '自定义域名',
|
||||
customDomainPlaceholder: 'kvm.example.com',
|
||||
secretKey: '访问密钥',
|
||||
tls: '启用 TLS',
|
||||
},
|
||||
rustdesk: {
|
||||
title: 'RustDesk 远程',
|
||||
desc: '使用 RustDesk 客户端进行远程访问',
|
||||
|
||||
Reference in New Issue
Block a user