✨ feat(node): Add protocol
This commit is contained in:
@@ -41,8 +41,6 @@
|
||||
"editNode": "Edit Node",
|
||||
"enable": "Enable",
|
||||
"form": {
|
||||
"Address or IP": "Address or IP",
|
||||
"Host Name": "Host Name",
|
||||
"allowInsecure": "Allow Insecure",
|
||||
"cancel": "Cancel",
|
||||
"confirm": "Confirm",
|
||||
@@ -50,19 +48,24 @@
|
||||
"editSecurity": "Edit Security Configuration",
|
||||
"enableRelay": "Enable Relay",
|
||||
"enableTLS": "Enable TLS",
|
||||
"enableTls": "TLS",
|
||||
"encryptionMethod": "Encryption Method",
|
||||
"flow": "Flow Control Algorithm",
|
||||
"hopInterval": "Hop Interval",
|
||||
"hopPorts": "Hop Ports",
|
||||
"hopPortsPlaceholder": "Separate multiple ports with commas",
|
||||
"name": "Name",
|
||||
"networkType": "Transport Protocol",
|
||||
"nodeGroupId": "Node Group ID",
|
||||
"password": "Password",
|
||||
"obfsPassword": "Obfuscation Password",
|
||||
"obfsPasswordPlaceholder": "Leave blank for no obfuscation",
|
||||
"path": "Path",
|
||||
"pleaseSelect": "Please Select",
|
||||
"port": "Server Port",
|
||||
"protocol": "Protocol",
|
||||
"relayHost": "Relay Host",
|
||||
"relayPort": "Relay Port",
|
||||
"remarks": "Remarks",
|
||||
"security": "Security",
|
||||
"securityConfig": "Security Configuration",
|
||||
"security_config": {
|
||||
"fingerprint": "Fingerprint",
|
||||
"privateKey": "Private Key",
|
||||
@@ -77,20 +80,22 @@
|
||||
"serverPort": "Server Port",
|
||||
"serverPortPlaceholder": "REALITY target port, default 443",
|
||||
"shortId": "Short ID",
|
||||
"shortIdPlaceholder": "Leave blank for auto-generation"
|
||||
"shortIdPlaceholder": "Leave blank for auto-generation",
|
||||
"sni": "Server Name Indication (SNI)"
|
||||
},
|
||||
"selectEncryptionMethod": "Select Encryption Method",
|
||||
"selectNodeGroup": "Select Node Group",
|
||||
"selectProtocol": "Select Protocol",
|
||||
"serverAddr": "Server IP",
|
||||
"serverName": "Service Name",
|
||||
"serviceName": "Service Name",
|
||||
"sni": "Server Name Indication (SNI)",
|
||||
"speedLimit": "Speed Limit",
|
||||
"speedLimitPlaceholder": "Unlimited",
|
||||
"trafficRatio": "Traffic Rate",
|
||||
"transport": "Transport Protocol Configuration",
|
||||
"xtls": "XTLS Flow Control Algorithm"
|
||||
"transportConfig": "Transport Protocol Configuration",
|
||||
"transportHost": "Transport Server Address",
|
||||
"transportPath": "Transport Path",
|
||||
"transportServerName": "Transport Server Name"
|
||||
},
|
||||
"name": "Name",
|
||||
"node": "Node",
|
||||
|
||||
Reference in New Issue
Block a user