mirror of
https://github.com/netbirdio/management-integrations.git
synced 2026-05-22 17:09:23 -07:00
add signature functions for approval
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
package integrations
|
||||
|
||||
func IsCloud() bool {
|
||||
return false
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
package integrations
|
||||
|
||||
import "github.com/netbirdio/netbird/management/server"
|
||||
|
||||
func IsPeerAllowedToConnect(peer *server.Peer) bool {
|
||||
return true
|
||||
}
|
||||
Reference in New Issue
Block a user