feat(ui): add xtcp tab to frps dashboard (#5322)

This commit is contained in:
fatedier
2026-05-21 22:18:00 +08:00
committed by GitHub
Unverified
parent e20f974d61
commit 3e19ef9bfd
+1
View File
@@ -137,6 +137,7 @@ const proxyTypes = [
{ label: 'HTTPS', value: 'https' }, { label: 'HTTPS', value: 'https' },
{ label: 'TCPMUX', value: 'tcpmux' }, { label: 'TCPMUX', value: 'tcpmux' },
{ label: 'STCP', value: 'stcp' }, { label: 'STCP', value: 'stcp' },
{ label: 'XTCP', value: 'xtcp' },
{ label: 'SUDP', value: 'sudp' }, { label: 'SUDP', value: 'sudp' },
] ]