Files
micronomicon/reticulum.conf
2026-04-03 14:46:27 +02:00

22 lines
452 B
Plaintext

[reticulum]
enable_transport = True
share_instance = Yes
[logging]
loglevel = 4
[interfaces]
# Local AutoInterface for LAN discovery
[[Default Interface]]
type = AutoInterface
enabled = Yes
# TCP Server — allows other Reticulum peers to connect
# Expose this port to reach the node from outside Docker
[[TCP Server Interface]]
type = TCPServerInterface
enabled = Yes
listen_ip = 0.0.0.0
listen_port = 4242