feat(relay): Add relay mode configuration and update related schemas

This commit is contained in:
web@ppanel
2024-12-30 17:28:24 +07:00
parent c44ad47f3c
commit 3cc94773ef
32 changed files with 346 additions and 111 deletions
+8 -1
View File
@@ -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": "速度限制",