feat: docker and nomad config
This commit is contained in:
21
reticulum.conf
Normal file
21
reticulum.conf
Normal file
@@ -0,0 +1,21 @@
|
||||
[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
|
||||
Reference in New Issue
Block a user