mycognosist / solar

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

Add a means of temporarily preventing TCP connections #77

Open mycognosist opened 1 year ago

mycognosist commented 1 year ago

At times it can be useful to run a node with all TCP connections shut off, thereby preventing any outbound or inbound connections. For example, when you want to interact with the JSON-RPC server without any other network activity occurring.

Such a "silent mode" could be exposed via the CLI, perhaps as "--no-replication" or similar.