web: support sudp in dashboard (#2385)

This commit is contained in:
fatedier
2021-05-11 13:37:14 +08:00
committed by GitHub
parent 0d84da91d4
commit 630dad50ed
15 changed files with 168 additions and 46 deletions

View File

@@ -122,6 +122,9 @@
if (json.proxy_type_count.stcp != null) {
this.proxy_counts += json.proxy_type_count.stcp
}
if (json.proxy_type_count.sudp != null) {
this.proxy_counts += json.proxy_type_count.sudp
}
if (json.proxy_type_count.xtcp != null) {
this.proxy_counts += json.proxy_type_count.xtcp
}