🐛 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": {
|
||||
"actions": {
|
||||
@@ -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