mirror of
https://github.com/netbirdio/netbird.git
synced 2024-11-22 16:13:31 +01:00
fd67892cb4
Refactor the flat code structure
9 lines
189 B
Go
9 lines
189 B
Go
//go:build (!linux && !freebsd) || android
|
|
|
|
package device
|
|
|
|
// WireGuardModuleIsLoaded check if we can load WireGuard mod (linux only)
|
|
func WireGuardModuleIsLoaded() bool {
|
|
return false
|
|
}
|