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
+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": {