feat: graph browser
This commit is contained in:
21
reticulum-client.conf
Normal file
21
reticulum-client.conf
Normal file
@@ -0,0 +1,21 @@
|
||||
[reticulum]
|
||||
enable_transport = False
|
||||
share_instance = No
|
||||
|
||||
[logging]
|
||||
loglevel = 4
|
||||
|
||||
[interfaces]
|
||||
# Connect to NomadNet's TCP server for local traffic
|
||||
[[NomadNet Link]]
|
||||
type = TCPClientInterface
|
||||
enabled = Yes
|
||||
target_host = nomadnet
|
||||
target_port = 4242
|
||||
|
||||
# Connect to Quad4 directly for external node announces
|
||||
[[Quad4]]
|
||||
type = TCPClientInterface
|
||||
enabled = Yes
|
||||
target_host = 62.151.179.77
|
||||
target_port = 45657
|
||||
Reference in New Issue
Block a user