✨ feat(relay): Add relay mode configuration and update related schemas
This commit is contained in:
@@ -49,7 +49,6 @@
|
||||
"confirm": "確認",
|
||||
"edit": "編輯",
|
||||
"editSecurity": "編輯安全性配置",
|
||||
"enableRelay": "啟用中繼",
|
||||
"enableTLS": "啟用TLS",
|
||||
"encryptionMethod": "加密方法",
|
||||
"flow": "流控算法",
|
||||
@@ -65,7 +64,14 @@
|
||||
"port": "服務端口",
|
||||
"protocol": "協議",
|
||||
"relayHost": "中繼地址",
|
||||
"relayMode": "中繼模式",
|
||||
"relayModeOptions": {
|
||||
"all": "全部",
|
||||
"none": "無",
|
||||
"random": "隨機"
|
||||
},
|
||||
"relayPort": "中繼端口",
|
||||
"relayPrefix": "中繼前綴",
|
||||
"remarks": "備註",
|
||||
"security": "安全性",
|
||||
"securityConfig": "安全性配置",
|
||||
@@ -88,6 +94,7 @@
|
||||
"selectEncryptionMethod": "選擇加密方法",
|
||||
"selectNodeGroup": "選擇節點組",
|
||||
"selectProtocol": "選擇協議",
|
||||
"selectRelayMode": "選擇中繼模式",
|
||||
"serverAddr": "伺服器地址",
|
||||
"serverName": "服務名稱",
|
||||
"speedLimit": "速度限制",
|
||||
|
||||
Reference in New Issue
Block a user