mirror of
https://github.com/fatedier/frp.git
synced 2025-07-27 15:45:39 +00: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