Skip to content
Snippets Groups Projects
Commit f25abfa6 authored by Deucе's avatar Deucе :ok_hand_tone4:
Browse files

Add comment that binding address is controlled by services.ini

M: and P: lines cannot include an address to bind to with ircd.js.
parent 58bf7fb4
No related branches found
No related tags found
1 merge request!463MRC mods by Codefenix (2024-10-20)
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment