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": "Xác nhận",
"edit": "Chỉnh sửa",
"editSecurity": "Chỉnh sửa cấu hình bảo mật",
"enableRelay": "Kích hoạt chuyển tiếp",
"enableTLS": "Kích hoạt TLS",
"encryptionMethod": "Phương pháp mã hóa",
"flow": "Thuật toán điều khiển luồng",
@@ -65,7 +64,14 @@
"port": "Cổng dịch vụ",
"protocol": "Giao thức",
"relayHost": "Địa chỉ chuyển tiếp",
"relayMode": "Chế Độ Tiếp Sức",
"relayModeOptions": {
"all": "Tất Cả",
"none": "Không Có",
"random": "Ngẫu Nhiên"
},
"relayPort": "Cổng chuyển tiếp",
"relayPrefix": "Tiền Tố Tiếp Sức",
"remarks": "Ghi chú",
"security": "Bảo mật",
"securityConfig": "Cấu hình bảo mật",
@@ -88,6 +94,7 @@
"selectEncryptionMethod": "Chọn phương pháp mã hóa",
"selectNodeGroup": "Chọn nhóm nút",
"selectProtocol": "Chọn giao thức",
"selectRelayMode": "Chọn Chế Độ Tiếp Sức",
"serverAddr": "Địa chỉ máy chủ",
"serverName": "Tên dịch vụ",
"speedLimit": "Giới hạn tốc độ",