Files
netbird/client/internal/routemanager/dnsinterceptor/handler_windows_test.go
T

8 lines
244 B
Go

//go:build windows
package dnsinterceptor
// GetInterfaceGUIDString completes iface.WGIface on Windows, which requires the
// interface GUID for DNS registration.
func (fakeWGIface) GetInterfaceGUIDString() (string, error) { return "", nil }