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": "속도 제한",