From 4dfa62833c688c6b31b45866c411bf1ce153e92c Mon Sep 17 00:00:00 2001 From: Mark Qvist Date: Fri, 25 Feb 2022 21:48:25 +0100 Subject: [PATCH] Restructured default config --- RNS/Reticulum.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/RNS/Reticulum.py b/RNS/Reticulum.py index 9a4b7ad..0a8d42d 100755 --- a/RNS/Reticulum.py +++ b/RNS/Reticulum.py @@ -759,6 +759,7 @@ __default_rns_config__ = '''# This is the default Reticulum config file. # configuration example, you can run the command: # rnsd --exampleconfig + [reticulum] # If you enable Transport, your system will route traffic @@ -792,6 +793,7 @@ share_instance = Yes 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