mirror of
https://github.com/netbirdio/netbird.git
synced 2026-09-26 08:39:06 +02:00
8 lines
244 B
Go
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 }
|