mycognosist / solar

A minimal Secure Scuttlebutt replication node.
Other
20 stars 2 forks source link

Wild idea for multiple network support #67

Open mycognosist opened 1 year ago

mycognosist commented 1 year ago

replication.toml currently holds the public key and URL for the peers with whom we wish to connect and replicate. By adding a network key (SHS key) entry for each peer, we could allow the node to support multiple distinct networks. This will require more thought (for example, what kind of database separation do we want per network, if any?) but the basic idea is simple and would be straight-forward to implement.

If you're reading this and have some ideas, please share! 🖤