dhtd_config.toml 546 B

12345678910111213141516171819202122232425
  1. ## dht configuration file
  2. ##
  3. ## Please make sure you go through all the settings so you can configure
  4. ## your daemon properly.
  5. ##
  6. ## The default values are left commented. They can be overridden either by
  7. ## uncommenting, or by using the command-line.
  8. # JSON-RPC listen URL
  9. #rpc_listen = "tcp://127.0.0.1:9540"
  10. # P2P accept addresses
  11. #p2p_accept = ["tls://127.0.0.1:9541"]
  12. # P2P external addresses
  13. #p2p_external = ["tls://127.0.0.1:9541"]
  14. # Connection slots
  15. #slots = 8
  16. # Seed nodes to connect to
  17. #seed = []
  18. # Peers to connect to
  19. #peer = []