mirror of
https://github.com/netbirdio/netbird
synced 2026-04-22 17:44:57 +02:00
8 lines
94 B
Go
8 lines
94 B
Go
//go:build !unix
|
|
|
|
package debug
|
|
|
|
func (g *BundleGenerator) addDNSInfo() error {
|
|
return nil
|
|
}
|