feat(node): Add protocol

This commit is contained in:
web@ppanel
2024-12-11 13:37:10 +07:00
parent 1c619669a6
commit 301b635326
10 changed files with 8765 additions and 4100 deletions
+15 -10
View File
@@ -41,8 +41,6 @@
"editNode": "编辑节点",
"enable": "启用",
"form": {
"Address or IP": "地址或IP",
"Host Name": "服务地址",
"allowInsecure": "允许不安全",
"cancel": "取消",
"confirm": "确认",
@@ -50,19 +48,24 @@
"editSecurity": "编辑安全性配置",
"enableRelay": "启用中转",
"enableTLS": "启用TLS",
"enableTls": "TLS",
"encryptionMethod": "加密方法",
"flow": "流控算法",
"hopInterval": "中继间隔",
"hopPorts": "中继端口",
"hopPortsPlaceholder": "多个端口用逗号分隔",
"name": "名称",
"networkType": "传输协议",
"nodeGroupId": "节点组ID",
"password": "密码",
"obfsPassword": "混淆密码",
"obfsPasswordPlaceholder": "留空则不混淆",
"path": "路径",
"pleaseSelect": "请选择",
"port": "服务端口",
"protocol": "协议",
"relayHost": "中转地址",
"relayPort": "中转端口",
"remarks": "备注",
"security": "安全性",
"securityConfig": "安全性配置",
"security_config": {
"fingerprint": "FingerPrint",
"privateKey": "Private Key",
@@ -77,20 +80,22 @@
"serverPort": "Server Port",
"serverPortPlaceholder": "REALITY目标端口,默认443",
"shortId": "ShortId",
"shortIdPlaceholder": "留空自动生成"
"shortIdPlaceholder": "留空自动生成",
"sni": "服务器名称指示(sni)"
},
"selectEncryptionMethod": "选择加密方法",
"selectNodeGroup": "选择节点组",
"selectProtocol": "选择协议",
"serverAddr": "服务器IP",
"serverName": "服务名称",
"serviceName": "服务名称",
"sni": "服务器名称指示(sni)",
"speedLimit": "速度限制",
"speedLimitPlaceholder": "无限制",
"trafficRatio": "流量速率",
"transport": "传输协议配置",
"xtls": "XTLS流控算法"
"transport": "传输协议",
"transportConfig": "传输协议配置",
"transportHost": "传输服务地址",
"transportPath": "传输路径",
"transportServerName": "传输服务名称"
},
"name": "名称",
"node": "节点",