🐛 fix: Implement encryption and obfuscation features in protocol configuration
This commit is contained in:
@@ -4,6 +4,7 @@
|
||||
"bandwidth_placeholder": "Enter bandwidth, leave empty for BBR",
|
||||
"basic": "Basic Configuration",
|
||||
"cancel": "Cancel",
|
||||
"cipher": "Encryption Algorithm",
|
||||
"city": "City",
|
||||
"config": {
|
||||
"title": "Node configuration",
|
||||
@@ -49,9 +50,19 @@
|
||||
"drawerEditTitle": "Edit Server",
|
||||
"edit": "Edit",
|
||||
"enabled": "Enabled",
|
||||
"encryption_method": "Encryption method",
|
||||
"encryption": "Encryption Method",
|
||||
"encryption_client_padding": "Client Padding",
|
||||
"encryption_mode": "Mode",
|
||||
"encryption_password": "Password",
|
||||
"encryption_password_placeholder": "Leave empty for auto-generation, replace manually for post-quantum encryption",
|
||||
"encryption_private_key": "Private Key",
|
||||
"encryption_private_key_placeholder": "Leave empty for auto-generation, replace manually for post-quantum encryption",
|
||||
"encryption_rtt": "RTT",
|
||||
"encryption_server_padding": "Server Padding",
|
||||
"encryption_ticket": "Ticket time",
|
||||
"expireTime": "Expire time",
|
||||
"expired": "Expired",
|
||||
"extra": "Extra Configuration",
|
||||
"flow": "Flow",
|
||||
"hop_interval": "Hop interval",
|
||||
"hop_ports": "Hop ports",
|
||||
@@ -64,12 +75,16 @@
|
||||
"migrateFailed": "Data migration failed",
|
||||
"migrated": "Data migrated successfully",
|
||||
"migrating": "Migrating...",
|
||||
"mode": "Mode",
|
||||
"multiplex": "Multiplex",
|
||||
"name": "Name",
|
||||
"noData": "No data",
|
||||
"notAvailable": "N/A",
|
||||
"obfs": "Obfuscation",
|
||||
"obfs_host": "Obfs Host",
|
||||
"obfs_password": "Obfuscation password",
|
||||
"obfs_password_placeholder": "Enter obfuscation password",
|
||||
"obfs_path": "Obfs Path",
|
||||
"offline": "Offline",
|
||||
"online": "Online",
|
||||
"onlineUsers": "Online users",
|
||||
@@ -78,8 +93,6 @@
|
||||
"pageTitle": "Servers",
|
||||
"path": "Path",
|
||||
"please_select": "Please select",
|
||||
"plugin": "Plugin Configuration",
|
||||
"plugin_opts": "Plugin Options",
|
||||
"port": "Port",
|
||||
"protocol_configurations": "Protocol Configurations",
|
||||
"protocol_configurations_desc": "Enable and configure the required protocol types",
|
||||
|
||||
Reference in New Issue
Block a user