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": "محدودیت سرعت",