✨ 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