mirror of
https://github.com/netbirdio/netbird.git
synced 2026-04-16 15:26:40 +00:00
8 lines
205 B
Go
8 lines
205 B
Go
package internal
|
|
|
|
import "github.com/netbirdio/netbird/client/internal/stdnet"
|
|
|
|
func (e *Engine) newStdNet() (*stdnet.Net, error) {
|
|
return stdnet.NewNet(e.config.IFaceDiscover, e.config.IFaceBlackList)
|
|
}
|