✨ 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