Update dependencies
This commit is contained in:
12
vendor/tailscale.com/net/tstun/tun_notwindows.go
generated
vendored
Normal file
12
vendor/tailscale.com/net/tstun/tun_notwindows.go
generated
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
// Copyright (c) Tailscale Inc & AUTHORS
|
||||
// SPDX-License-Identifier: BSD-3-Clause
|
||||
|
||||
//go:build !windows
|
||||
|
||||
package tstun
|
||||
|
||||
import "github.com/tailscale/wireguard-go/tun"
|
||||
|
||||
func interfaceName(dev tun.Device) (string, error) {
|
||||
return dev.Name()
|
||||
}
|
||||
Reference in New Issue
Block a user