|
@@ -1,5 +1,5 @@
|
|
|
## JSON-RPC listen URL
|
|
## JSON-RPC listen URL
|
|
|
-#rpc_listen="tcp://127.0.0.1:11055"
|
|
|
|
|
|
|
+#rpc_listen="tcp://127.0.0.1:25550"
|
|
|
|
|
|
|
|
## IRC listen URL
|
|
## IRC listen URL
|
|
|
#irc_listen="tcp://127.0.0.1:6667"
|
|
#irc_listen="tcp://127.0.0.1:6667"
|
|
@@ -24,20 +24,20 @@ autojoin = ["#dev", "#memes", "#philosophy", "#markets", "#math", "#random"]
|
|
|
outbound_connections=5
|
|
outbound_connections=5
|
|
|
|
|
|
|
|
## P2P accept addresses
|
|
## P2P accept addresses
|
|
|
-#inbound=["tls://0.0.0.0:11002"]
|
|
|
|
|
|
|
+#inbound = ["tls://0.0.0.0:25551"]
|
|
|
# ipv6 version:
|
|
# ipv6 version:
|
|
|
-#inbound=["tls://[::]:11002"]
|
|
|
|
|
|
|
+#inbound = ["tls://[::]:25551"]
|
|
|
|
|
|
|
|
## P2P external addresses
|
|
## P2P external addresses
|
|
|
## Put your IPs or hostnames here
|
|
## Put your IPs or hostnames here
|
|
|
## This is how people can reach you on the inbound port configured above
|
|
## This is how people can reach you on the inbound port configured above
|
|
|
## You can also put an ipv6 address :)
|
|
## You can also put an ipv6 address :)
|
|
|
-#external_addr=["tls://XXX.XXX.XXX.XXX:11002"]
|
|
|
|
|
|
|
+#external_addr = ["tls://XXX.XXX.XXX.XXX:25551"]
|
|
|
# ipv6 version:
|
|
# ipv6 version:
|
|
|
-#external_addr=["tls://[ipv6 address here]:11002"]
|
|
|
|
|
|
|
+#external_addr = ["tls://[ipv6 address here]:25551"]
|
|
|
|
|
|
|
|
## Manually configured peers to connect to
|
|
## Manually configured peers to connect to
|
|
|
-#peers=["tls://127.0.0.1:11003"]
|
|
|
|
|
|
|
+#peers = ["tls://127.0.0.1:25551"]
|
|
|
|
|
|
|
|
## Seed nodes to connect to
|
|
## Seed nodes to connect to
|
|
|
seeds = ["tls://lilith0.dark.fi:25551", "tls://lilith1.dark.fi:25551"]
|
|
seeds = ["tls://lilith0.dark.fi:25551", "tls://lilith1.dark.fi:25551"]
|
|
@@ -59,6 +59,9 @@ seeds = ["tls://lilith0.dark.fi:25551", "tls://lilith1.dark.fi:25551"]
|
|
|
## Topic to set for the channel
|
|
## Topic to set for the channel
|
|
|
#topic = "DarkFi Foo Stuff"
|
|
#topic = "DarkFi Foo Stuff"
|
|
|
|
|
|
|
|
|
|
+[channel."#dev"]
|
|
|
|
|
+topic = "DarkFi Development HQ"
|
|
|
|
|
+
|
|
|
## Contacts list
|
|
## Contacts list
|
|
|
# Shared secrets that encrypt direct communication between two nicknames on
|
|
# Shared secrets that encrypt direct communication between two nicknames on
|
|
|
# the network.
|
|
# the network.
|