mirror of
https://github.com/netbirdio/netbird.git
synced 2025-07-21 08:22:20 +02:00
9 lines
173 B
Go
9 lines
173 B
Go
//go:build !linux || android
|
|
|
|
package debug
|
|
|
|
// collectFirewallRules returns nothing on non-linux systems
|
|
func (g *BundleGenerator) addFirewallRules() error {
|
|
return nil
|
|
}
|