]> git.netwichtig.de Git - user/henk/code/inspircd.git/commitdiff
Move the example TCP listener for clients so they're grouped together.
authorRobby <robby@chatbelgie.be>
Sat, 28 Nov 2020 17:24:19 +0000 (18:24 +0100)
committerSadie Powell <sadie@witchery.services>
Sat, 28 Nov 2020 18:32:56 +0000 (18:32 +0000)
Change the wording slightly on the <sslprofile> comment to be plural, as this is not specific to a particular listener.

docs/conf/inspircd.conf.example

index cf5389d0e92ee36832784486607019849f4b015d..4b94dd75f08a2acd3407a1185dcfe04170826d66 100644 (file)
       # not have brought the network interfaces up yet.
       free="no">
 
+<bind address="" port="6667" type="clients">
+
+
 # Listener that binds on a UNIX endpoint (not supported on Windows):
 #<bind
 
     # shut down cleanly and left a zombie socket behind.
     #replace="yes">
 
-<bind address="" port="6667" type="clients">
 
 # Listener accepting HTML5 WebSocket connections.
 # Requires the websocket module and SHA-1 hashing support (provided by the sha1
 # module).
 #<bind address="" port="7002" type="clients" hook="websocket">
 
+
 # You can define a custom <sslprofile> tag which defines the TLS (SSL) configuration
-# for this listener. See the docs page for the TLS (SSL) module you are using for
+# for these listeners. See the docs page for the TLS (SSL) module you are using for
 # more details.
 #
 # Alternatively, you can use one of the default TLS (SSL) profiles which are created