mirror of
https://github.com/Quad4-Software/Reticulum-Go
synced 2026-08-29 23:48:44 -04:00
20 lines
360 B
Text
20 lines
360 B
Text
[reticulum]
|
|
enable_transport = yes
|
|
share_instance = no
|
|
enable_sandbox = no
|
|
storage_path = /data/storage
|
|
loglevel = 3
|
|
|
|
[interfaces]
|
|
|
|
[[tcp]]
|
|
type = TCPServerInterface
|
|
enabled = yes
|
|
listen_ip = 0.0.0.0
|
|
listen_port = __SPEEDTEST_PORT__
|
|
|
|
[[udp]]
|
|
type = UDPInterface
|
|
enabled = no
|
|
listen_ip = 0.0.0.0
|
|
listen_port = 4243
|