diff --git a/RNS/Reticulum.py b/RNS/Reticulum.py index cc3c9ba..c112a7f 100755 --- a/RNS/Reticulum.py +++ b/RNS/Reticulum.py @@ -1370,14 +1370,18 @@ share_instance = Yes # If you want to run multiple *different* shared instances # on the same system, you will need to specify different -# shared instance ports for each. The defaults are given -# below, and again, these options can be left out if you -# don't need them. +# instance names for each. On platforms supporting domain +# sockets, this can be done with the instance_name option: + +instance_name = default + +# Some platforms don't support domain sockets, and if that +# is the case, you can isolate different instances by +# specifying a unique set of ports for each: shared_instance_port = 37428 instance_control_port = 37429 - # You can configure Reticulum to panic and forcibly close # if an unrecoverable interface error occurs, such as the # hardware device for an interface disappearing. This is