🐛 fix: Implement encryption and obfuscation features in protocol configuration
This commit is contained in:
@@ -4,6 +4,7 @@
|
||||
"bandwidth_placeholder": "请输入带宽,留空则使用BBR",
|
||||
"basic": "基础配置",
|
||||
"cancel": "取消",
|
||||
"cipher": "加密算法",
|
||||
"city": "城市",
|
||||
"config": {
|
||||
"title": "节点配置",
|
||||
@@ -49,9 +50,19 @@
|
||||
"drawerEditTitle": "编辑服务器",
|
||||
"edit": "编辑",
|
||||
"enabled": "启用",
|
||||
"encryption_method": "加密方式",
|
||||
"encryption": "加密方式",
|
||||
"encryption_client_padding": "客户端填充",
|
||||
"encryption_mode": "模式",
|
||||
"encryption_password": "密码",
|
||||
"encryption_password_placeholder": "留空自动生成,需抗量子加密请自行替换",
|
||||
"encryption_private_key": "私钥",
|
||||
"encryption_private_key_placeholder": "留空自动生成,需抗量子加密请自行替换",
|
||||
"encryption_rtt": "RTT",
|
||||
"encryption_server_padding": "服务器填充",
|
||||
"encryption_ticket": "票据时间",
|
||||
"expireTime": "到期时间",
|
||||
"expired": "已过期",
|
||||
"extra": "额外配置",
|
||||
"flow": "流控",
|
||||
"hop_interval": "跳跃端口间隔",
|
||||
"hop_ports": "跳跃端口",
|
||||
@@ -64,12 +75,16 @@
|
||||
"migrateFailed": "数据迁移失败",
|
||||
"migrated": "数据迁移成功",
|
||||
"migrating": "迁移中...",
|
||||
"mode": "模式",
|
||||
"multiplex": "多路复用",
|
||||
"name": "名称",
|
||||
"noData": "暂无数据",
|
||||
"notAvailable": "—",
|
||||
"obfs": "混淆",
|
||||
"obfs_host": "混淆主机",
|
||||
"obfs_password": "混淆密码",
|
||||
"obfs_password_placeholder": "输入混淆密码",
|
||||
"obfs_path": "混淆路径",
|
||||
"offline": "离线",
|
||||
"online": "在线",
|
||||
"onlineUsers": "在线人数",
|
||||
@@ -78,8 +93,6 @@
|
||||
"pageTitle": "服务器",
|
||||
"path": "路径",
|
||||
"please_select": "请选择",
|
||||
"plugin": "插件配置",
|
||||
"plugin_opts": "插件选项",
|
||||
"port": "端口",
|
||||
"protocol_configurations": "协议配置",
|
||||
"protocol_configurations_desc": "启用并配置所需的协议类型",
|
||||
|
||||
Reference in New Issue
Block a user