seed.toml 959 B

123456789101112131415161718192021222324252627282930313233343536373839
  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. ## Connection slots
  16. # outbound_connections=8
  17. ## P2P accept addresses
  18. inbound = ["tcp://127.0.0.1:25551"]
  19. # Prefered transports for outbound connections
  20. outbound_transports = ["tcp"]
  21. localnet = true
  22. ## Seed nodes to connect to
  23. # seeds = ["tcp://127.0.0.1:25551", "tls://lilith1.dark.fi:25551"]
  24. #
  25. # [channel."#dev"]
  26. # topic = "DarkFi Development HQ"
  27. # [channel."#test1"]
  28. # secret = "HoLfk8vXBvNsBZ73e2xRPBZ9vEbnF9FVi4fDdyU9AZLU"