Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Synchronet
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
143
Issues
143
List
Boards
Labels
Service Desk
Milestones
Merge Requests
2
Merge Requests
2
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Packages & Registries
Packages & Registries
Package Registry
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Main
Synchronet
Compare Revisions
58bf7fb4c3f7ebe688d44dd2cfc35da0577e5266...f25abfa6f9a26fc5ba8068b084fd4f36e82bc4f4
Source
f25abfa6f9a26fc5ba8068b084fd4f36e82bc4f4
Select Git revision
...
Target
58bf7fb4c3f7ebe688d44dd2cfc35da0577e5266
Select Git revision
Compare
Commits (1)
Add comment that binding address is controlled by services.ini
· f25abfa6
Deuce
authored
Jan 11, 2021
M: and P: lines cannot include an address to bind to with ircd.js.
f25abfa6
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
0 deletions
+8
-0
ctrl/ircd.conf
ctrl/ircd.conf
+8
-0
No files found.
ctrl/ircd.conf
View file @
f25abfa6
...
...
@@ -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
...
...