seed.toml 1.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  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. hostlist = "/tmp/darkirc_test/darkirc-seed-host.tsv"
  25. ## Seed nodes to connect to
  26. # seeds = ["tcp://127.0.0.1:25551", "tls://lilith1.dark.fi:25551"]
  27. #
  28. # [channel."#dev"]
  29. # topic = "DarkFi Development HQ"
  30. # [channel."#test1"]
  31. # secret = "HoLfk8vXBvNsBZ73e2xRPBZ9vEbnF9FVi4fDdyU9AZLU"