mirror of
https://github.com/netbirdio/netbird.git
synced 2025-08-14 01:08:46 +02:00
11
client/iface/configurer/uapi_windows.go
Normal file
11
client/iface/configurer/uapi_windows.go
Normal file
@ -0,0 +1,11 @@
|
||||
package configurer
|
||||
|
||||
import (
|
||||
"net"
|
||||
|
||||
"golang.zx2c4.com/wireguard/ipc"
|
||||
)
|
||||
|
||||
func openUAPI(deviceName string) (net.Listener, error) {
|
||||
return ipc.UAPIListen(deviceName)
|
||||
}
|
Reference in New Issue
Block a user