Use Bind implementation on Windows

This commit is contained in:
braginini
2023-04-06 11:01:51 +02:00
parent abd8287da8
commit 41458a09e9

View File

@@ -24,7 +24,7 @@ func newTunDevice(name string, address WGAddress, mtu int, transportNet transpor
func (c *tunDevice) Create() error {
var err error
c.netInterface, err = c.createAdapter()
c.netInterface, err = c.createWithUserspace()
if err != nil {
return err
}