feat: Add TUIC protocol support and fix user filtering/export issues

This commit is contained in:
xboard
2025-02-23 00:13:04 +08:00
parent 4667eb232c
commit b7e87ba18d
12 changed files with 365 additions and 54 deletions
File diff suppressed because one or more lines are too long
+31
View File
@@ -1741,6 +1741,37 @@ window.XBOARD_TRANSLATIONS['en-US'] = {
"label": "Flow Control",
"placeholder": "Select flow control"
}
},
"tuic": {
"version": {
"label": "Protocol Version",
"placeholder": "Select TUIC Version"
},
"password": {
"label": "Password",
"placeholder": "Enter Password",
"generate_success": "Password Generated Successfully"
},
"congestion_control": {
"label": "Congestion Control",
"placeholder": "Select Congestion Control Algorithm"
},
"udp_relay_mode": {
"label": "UDP Relay Mode",
"placeholder": "Select UDP Relay Mode"
},
"tls": {
"server_name": {
"label": "Server Name Indication (SNI)",
"placeholder": "Used for certificate verification when domain differs from node address"
},
"allow_insecure": "Allow Insecure?",
"alpn": {
"label": "ALPN",
"placeholder": "Select ALPN Protocols",
"empty": "No ALPN Protocols Available"
}
}
}
},
"network_settings": {
+31
View File
@@ -1709,6 +1709,37 @@ window.XBOARD_TRANSLATIONS['ko-KR'] = {
"label": "포트"
}
}
},
"tuic": {
"version": {
"label": "프로토콜 버전",
"placeholder": "TUIC 버전 선택"
},
"password": {
"label": "비밀번호",
"placeholder": "비밀번호 입력",
"generate_success": "비밀번호가 생성되었습니다"
},
"congestion_control": {
"label": "혼잡 제어",
"placeholder": "혼잡 제어 알고리즘 선택"
},
"udp_relay_mode": {
"label": "UDP 릴레이 모드",
"placeholder": "UDP 릴레이 모드 선택"
},
"tls": {
"server_name": {
"label": "서버 이름 표시 (SNI)",
"placeholder": "노드 주소와 인증서가 다를 때 인증서 확인에 사용"
},
"allow_insecure": "안전하지 않은 연결 허용?",
"alpn": {
"label": "ALPN",
"placeholder": "ALPN 프로토콜 선택",
"empty": "사용 가능한 ALPN 프로토콜이 없습니다"
}
}
}
}
},
+31
View File
@@ -1708,6 +1708,37 @@ window.XBOARD_TRANSLATIONS['zh-CN'] = {
"label": "流控",
"placeholder": "选择流控"
}
},
"tuic": {
"version": {
"label": "协议版本",
"placeholder": "选择TUIC版本"
},
"password": {
"label": "密码",
"placeholder": "请输入密码",
"generate_success": "密码生成成功"
},
"congestion_control": {
"label": "拥塞控制",
"placeholder": "选择拥塞控制算法"
},
"udp_relay_mode": {
"label": "UDP中继模式",
"placeholder": "选择UDP中继模式"
},
"tls": {
"server_name": {
"label": "服务器名称指示(SNI)",
"placeholder": "当节点地址与证书不一致时用于证书验证"
},
"allow_insecure": "允许不安全?",
"alpn": {
"label": "ALPN",
"placeholder": "选择ALPN协议",
"empty": "未找到可用的ALPN协议"
}
}
}
},
"network_settings": {