hyprspace icon indicating copy to clipboard operation
hyprspace copied to clipboard

config for multiple Peers

Open bmullan opened this issue 2 years ago • 2 comments

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 avatar Aug 03 '22 19:08 bmullan

@bmullan Multiple peers would be configured like:

peers:
    10.1.1.2:
        id: PeerID-2
    10.1.1.3:
        id: PeerID-3
    ...

Winterhuman avatar Aug 04 '22 12:08 Winterhuman

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: @.***>

bmullan avatar Aug 04 '22 14:08 bmullan