mirror of
https://github.com/Quad4-Software/Reticulum-Go
synced 2026-08-29 23:48:44 -04:00
22 lines
487 B
Text
22 lines
487 B
Text
# Sample config for librns examples.
|
|
# share_instance must be off for an in-process librns host.
|
|
#
|
|
# Pick a supported public interface from:
|
|
# https://directory.rns.recipes/
|
|
# Paste one [[Interface]] block under [interfaces] below.
|
|
# Local AutoInterface is optional for LAN peers.
|
|
|
|
[reticulum]
|
|
enable_transport = yes
|
|
share_instance = no
|
|
in_memory_storage = yes
|
|
enable_sandbox = no
|
|
|
|
[logging]
|
|
loglevel = 3
|
|
|
|
[interfaces]
|
|
|
|
[[Auto Discovery]]
|
|
type = AutoInterface
|
|
enabled = yes
|