Files
netbird/client/internal/auth/pkce_flow_other.go

9 lines
175 B
Go

//go:build !windows
package auth
// getSystemExcludedPortRanges returns nil on non-Windows platforms.
func getSystemExcludedPortRanges() []excludedPortRange {
return nil
}