seed.toml 867 B

12345678910111213141516171819202122232425262728293031323334
  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. ## List of channels to autojoin for new client connections
  6. autojoin = ["#dev"]
  7. ## TLS certificate path if IRC acceptor uses TLS (optional)
  8. #irc_tls_cert = "/etc/letsencrypt/ircd/fullchain.pem"
  9. ## TLS secret key path if IRC acceptor uses TLS (optional)
  10. #irc_tls_secret = "/etc/letsencrypt/ircd/privkey.pem"
  11. ## P2P net settings
  12. [net]
  13. ## Connection slots
  14. # outbound_connections=8
  15. ## P2P accept addresses
  16. inbound = ["tcp://127.0.0.1:25551"]
  17. # Prefered transports for outbound connections
  18. outbound_transports = ["tcp"]
  19. ## Seed nodes to connect to
  20. # seeds = ["tcp://127.0.0.1:25551", "tls://lilith1.dark.fi:25551"]
  21. #
  22. # [channel."#dev"]
  23. # topic = "DarkFi Development HQ"
  24. # [channel."#test1"]
  25. # secret = "HoLfk8vXBvNsBZ73e2xRPBZ9vEbnF9FVi4fDdyU9AZLU"