ircd_e.toml 436 B

12345678910111213141516171819
  1. # Node D
  2. rpc_listen = "tcp://127.0.0.1:25554"
  3. irc_listen = "tcp://127.0.0.1:25574"
  4. [net]
  5. outbound_connections = 0
  6. inbound = ["tls://127.0.0.1:25564"]
  7. external_addr = ["tls://127.0.0.1:25564"]
  8. seeds = []
  9. peers = ["tls://127.0.0.1:25561"]
  10. localnet = true
  11. channel_log = true
  12. [channel."#encrypted"]
  13. topic ="Encrypted channel"
  14. secret = "7CkVuFgwTUpJn5Sv67Q3fyEDpa28yrSeL5Hg2GqQ4jfM"
  15. [channel."#plain"]
  16. topic = "Plain unencrypted channel"