Set share_instance = No for reliable mesh announces
With share_instance = Yes, announces weren't being sent over TCP in Docker environments. Setting it to No ensures each TinyWeb instance manages its own Reticulum interfaces directly. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
fe0e15edc4
commit
ffdfb821c8
2 changed files with 2 additions and 2 deletions
|
|
@ -11,7 +11,7 @@ if [ ! -f "$CONFIG_FILE" ]; then
|
|||
cat > "$CONFIG_FILE" <<EOF
|
||||
[reticulum]
|
||||
enable_transport = False
|
||||
share_instance = Yes
|
||||
share_instance = No
|
||||
|
||||
[logging]
|
||||
loglevel = 4
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue