mirror of
https://github.com/fatedier/frp.git
synced 2026-03-25 01:39:33 +08:00
web: support sudp in dashboard (#2385)
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user