|
@@ -215,7 +215,7 @@ func GetServerPeers(serverNode *models.Node) ([]wgtypes.PeerConfig, bool, []stri
|
|
if err != nil {
|
|
if err != nil {
|
|
logger.Log(1, "could not fetch current ACL list, proceeding with all peers")
|
|
logger.Log(1, "could not fetch current ACL list, proceeding with all peers")
|
|
}
|
|
}
|
|
- git
|
|
|
|
|
|
+
|
|
for _, node := range nodes {
|
|
for _, node := range nodes {
|
|
pubkey, err := wgtypes.ParseKey(node.PublicKey)
|
|
pubkey, err := wgtypes.ParseKey(node.PublicKey)
|
|
if err != nil {
|
|
if err != nil {
|