hyprspace
hyprspace copied to clipboard
config for multiple Peers
the README file only show 2 peers
peers: 10.1.1.2: id: YOUR-OTHER-PEER-ID
but what if each Node is connected to more than 1 peer
Does the above just get expanded to:
peers: 10.1.1.2: id: your peer2 ID 10.1.1.3: id: your peer3 ID
etc...
@bmullan Multiple peers would be configured like:
peers:
10.1.1.2:
id: PeerID-2
10.1.1.3:
id: PeerID-3
...
Thanks Thats what I guessed !
On Thu, Aug 4, 2022, 8:47 AM Winterhuman @.***> wrote:
@bmullan https://github.com/bmullan Multiple peers would be configured like:
peers: 10.1.1.2: id: PeerID-2 10.1.1.3: id: PeerID-3 ...
— Reply to this email directly, view it on GitHub https://github.com/hyprspace/hyprspace/issues/92#issuecomment-1205210045, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAM23J6E7SR4R3IKH4F2SC3VXO3XBANCNFSM55P72W3A . You are receiving this because you were mentioned.Message ID: @.***>