mirror of
https://github.com/darkrenaissance/darkfi.git
synced 2026-01-10 07:08:05 -05:00
19 lines
514 B
TOML
19 lines
514 B
TOML
## generic node configuration file
|
|
##
|
|
## Please make sure you go through all the settings so you can configure
|
|
## your daemon properly.
|
|
##
|
|
## The default values are left commented. They can be overridden either by
|
|
## uncommenting, or by using the command-line.
|
|
|
|
## P2P network settings
|
|
[net]
|
|
# P2P accept addresses the instance listens on for inbound connections
|
|
inbound = ["tcp+tls://0.0.0.0:38968"]
|
|
|
|
# Peer nodes to manually connect to
|
|
peers = ["tcp+tls://0.0.0.0:38967"]
|
|
|
|
# Allow localnet hosts
|
|
localnet = true
|