mirror of
https://github.com/markqvist/Reticulum.git
synced 2025-06-08 06:52:41 -04:00
Added instance_name option and description to default config file
This commit is contained in:
parent
af46e98865
commit
be821b6927
1 changed files with 8 additions and 4 deletions
|
@ -1370,14 +1370,18 @@ share_instance = Yes
|
||||||
|
|
||||||
# If you want to run multiple *different* shared instances
|
# If you want to run multiple *different* shared instances
|
||||||
# on the same system, you will need to specify different
|
# on the same system, you will need to specify different
|
||||||
# shared instance ports for each. The defaults are given
|
# instance names for each. On platforms supporting domain
|
||||||
# below, and again, these options can be left out if you
|
# sockets, this can be done with the instance_name option:
|
||||||
# don't need them.
|
|
||||||
|
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
|
shared_instance_port = 37428
|
||||||
instance_control_port = 37429
|
instance_control_port = 37429
|
||||||
|
|
||||||
|
|
||||||
# You can configure Reticulum to panic and forcibly close
|
# You can configure Reticulum to panic and forcibly close
|
||||||
# if an unrecoverable interface error occurs, such as the
|
# if an unrecoverable interface error occurs, such as the
|
||||||
# hardware device for an interface disappearing. This is
|
# hardware device for an interface disappearing. This is
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue