Restructured default config

This commit is contained in:
Mark Qvist 2022-02-25 21:48:25 +01:00
parent 2ec6d3ba6c
commit 4dfa62833c

View File

@ -759,6 +759,7 @@ __default_rns_config__ = '''# This is the default Reticulum config file.
# configuration example, you can run the command: # configuration example, you can run the command:
# rnsd --exampleconfig # rnsd --exampleconfig
[reticulum] [reticulum]
# If you enable Transport, your system will route traffic # If you enable Transport, your system will route traffic
@ -792,6 +793,7 @@ share_instance = Yes
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