17 lines
342 B
Plaintext
17 lines
342 B
Plaintext
[reticulum]
|
|
enable_transport = True
|
|
share_instance = Yes
|
|
|
|
[logging]
|
|
loglevel = 4
|
|
|
|
[interfaces]
|
|
# 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
|
|
|