mirror of
https://github.com/netbirdio/netbird.git
synced 2026-04-20 17:26:40 +00:00
8 lines
198 B
Go
8 lines
198 B
Go
package peer
|
|
|
|
import "github.com/netbirdio/netbird/client/internal/stdnet"
|
|
|
|
func (conn *Conn) newStdNet() (*stdnet.Net, error) {
|
|
return stdnet.NewNet(conn.iFaceDiscover, e.config.IFaceBlackList)
|
|
}
|