| 12345678910111213141516171819 |
- # Node D
- rpc_listen = "tcp://127.0.0.1:25554"
- irc_listen = "tcp://127.0.0.1:25574"
- [net]
- outbound_connections = 0
- inbound = ["tls://127.0.0.1:25564"]
- external_addr = ["tls://127.0.0.1:25564"]
- seeds = []
- peers = ["tls://127.0.0.1:25561"]
- localnet = true
- channel_log = true
- [channel."#encrypted"]
- topic ="Encrypted channel"
- secret = "7CkVuFgwTUpJn5Sv67Q3fyEDpa28yrSeL5Hg2GqQ4jfM"
- [channel."#plain"]
- topic = "Plain unencrypted channel"
|