seed.toml 1020 B

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. ## JSON-RPC listen URL
  2. # rpc_listen="tcp://127.0.0.1:8888"
  3. ## IRC listen URL
  4. # irc_listen="tcp://127.0.0.1:22020"
  5. ## Sets Datastore Path
  6. datastore = "/tmp/darkirc_test/darkirc_seed"
  7. ## List of channels to autojoin for new client connections
  8. autojoin = ["#dev"]
  9. ## TLS certificate path if IRC acceptor uses TLS (optional)
  10. #irc_tls_cert = "/etc/letsencrypt/darkirc/fullchain.pem"
  11. ## TLS secret key path if IRC acceptor uses TLS (optional)
  12. #irc_tls_secret = "/etc/letsencrypt/darkirc/privkey.pem"
  13. ## P2P net settings
  14. [net]
  15. ## Outbound connection slots
  16. outbound_connections = 8
  17. ## Inbound connection slots
  18. inbound_connections = 8
  19. ## P2P accept addresses
  20. inbound = ["tcp://127.0.0.1:25551"]
  21. # Prefered transports for outbound connections
  22. allowed_transports = ["tcp"]
  23. localnet = true
  24. ## Seed nodes to connect to
  25. # seeds = ["tcp://127.0.0.1:25551", "tls://lilith1.dark.fi:25551"]
  26. #
  27. # [channel."#dev"]
  28. # topic = "DarkFi Development HQ"
  29. # [channel."#test1"]
  30. # secret = "HoLfk8vXBvNsBZ73e2xRPBZ9vEbnF9FVi4fDdyU9AZLU"