From 57c8d9c265f940e609d85731530d64c5874497a2 Mon Sep 17 00:00:00 2001 From: narodnik Date: Wed, 17 Aug 2022 19:07:22 +0200 Subject: [PATCH] default ircd_config.toml, improve description of external_addr --- bin/ircd/ircd_config.toml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/bin/ircd/ircd_config.toml b/bin/ircd/ircd_config.toml index a88fa39b1..964eb649e 100644 --- a/bin/ircd/ircd_config.toml +++ b/bin/ircd/ircd_config.toml @@ -16,14 +16,15 @@ autojoin = ["#dev", "#memes", "#philosophy", "#markets", "#math", "#random"] ## P2P net settings [net] -## P2P accept address -#inbound="tls://0.0.0.0:11002" - ## Connection slots outbound_connections=5 +## P2P accept address +#inbound="tls://0.0.0.0:11002" + ## P2P external address ## Put your IP or hostname here +## This is how people can reach you on the inbound port configured above #external_addr="tls://XXX.XXX.XXX.XXX:11002" ## Peers to connect to