mirror of
https://github.com/fatedier/frp.git
synced 2026-03-21 01:09:27 +08:00
web: support sudp in dashboard (#2385)
This commit is contained in:
@@ -94,4 +94,11 @@ class StcpProxy extends BaseProxy {
|
||||
}
|
||||
}
|
||||
|
||||
export {BaseProxy, TcpProxy, UdpProxy, HttpProxy, HttpsProxy, StcpProxy}
|
||||
class SudpProxy extends BaseProxy {
|
||||
constructor(proxyStats) {
|
||||
super(proxyStats)
|
||||
this.type = "sudp"
|
||||
}
|
||||
}
|
||||
|
||||
export {BaseProxy, TcpProxy, UdpProxy, HttpProxy, HttpsProxy, StcpProxy, SudpProxy}
|
||||
|
||||
Reference in New Issue
Block a user