blob: fed188b8aca8ac3f0663013cdd7cd1b29a3bf0d0 [file] [log] [blame]
package netutils
import "net/netip"
// InferReservedNetworks returns an empty list on Windows.
func InferReservedNetworks(v6 bool) []netip.Prefix {
return []netip.Prefix{}
}