forward unknown pkts to all interfaces

This commit is contained in:
Abhishek Kondur
2022-11-15 09:31:31 +05:30
parent a6e01c4963
commit 4f76cc3ac3
5 changed files with 27 additions and 4 deletions

View File

@@ -104,6 +104,7 @@ func GetPeersForProxy(node *models.Node, onlyPeers bool) (manager.ManagerPayload
peerConfMap[peer.PublicKey] = manager.PeerConf{
IsRelayed: true,
RelayedTo: relayTo,
Address: peer.PrimaryAddress(),
}
}