From f25abfa6f9a26fc5ba8068b084fd4f36e82bc4f4 Mon Sep 17 00:00:00 2001 From: Deuce Date: Mon, 11 Jan 2021 12:11:55 -0500 Subject: [PATCH] Add comment that binding address is controlled by services.ini M: and P: lines cannot include an address to bind to with ircd.js. --- ctrl/ircd.conf | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/ctrl/ircd.conf b/ctrl/ircd.conf index 37d291dac..7a41934bd 100644 --- a/ctrl/ircd.conf +++ b/ctrl/ircd.conf @@ -29,6 +29,10 @@ # hostname, and that host must point to the IP address that the IRCd will be # running on. # +# To control the interfaces the ircd binds on when running as a service, they +# need to be configured in the services.ini file. When running as a stand-alone +# script, the ircd always binds to the wildcard address (ie: all addresses). +# # M:hostname:ip(Unused):description:port # M:SYSTEM_QWKID.synchro.net:*:SYSTEM_NAME:6667 @@ -261,6 +265,10 @@ H:*:*:rrx.synchro.net # from jsexec) or inside the Synchronet services configuration. One port per # line. # +# To control the interfaces the ircd binds on when running as a service, they +# need to be configured in the services.ini file. When running as a stand-alone +# script, the ircd always binds to the wildcard address (ie: all addresses). +# # P:*:*:*:port # #P:*:*:*:7000 -- GitLab