modify default IRC configs for inbound and external_addr so they are not 127.0.0.1

This commit is contained in:
narodnik
2022-08-17 19:06:29 +02:00
parent 30713c81d1
commit 6a88fad0e2

View File

@@ -17,13 +17,14 @@ autojoin = ["#dev", "#memes", "#philosophy", "#markets", "#math", "#random"]
## P2P net settings
[net]
## P2P accept address
#inbound="tls://127.0.0.1:11002"
#inbound="tls://0.0.0.0:11002"
## Connection slots
outbound_connections=5
## P2P external address
#external_addr="tls://127.0.0.1:11002"
## Put your IP or hostname here
#external_addr="tls://XXX.XXX.XXX.XXX:11002"
## Peers to connect to
#peers=["tls://127.0.0.1:11003"]