mirror of
https://github.com/fatedier/frp.git
synced 2026-03-24 00:48:31 +08:00
web: support sudp in dashboard (#2385)
This commit is contained in:
@@ -53,6 +53,9 @@
|
||||
for (let s of json.stcp) {
|
||||
this.status.push(s)
|
||||
}
|
||||
for (let s of json.sudp) {
|
||||
this.status.push(s)
|
||||
}
|
||||
for (let s of json.xtcp) {
|
||||
this.status.push(s)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user