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": "จำกัดความเร็ว",