mirror of
https://github.com/fatedier/frp.git
synced 2026-05-21 06:45:32 -06:00
virtual-net: initial (#4751)
This commit is contained in:
parent
773169e0c4
commit
a78814a2e9
48 changed files with 1822 additions and 180 deletions
|
|
@ -44,6 +44,10 @@ func (sv *STCPVisitor) Run() (err error) {
|
|||
}
|
||||
|
||||
go sv.internalConnWorker()
|
||||
|
||||
if sv.plugin != nil {
|
||||
sv.plugin.Start()
|
||||
}
|
||||
return
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue