diff options
author | Robby <robby@chatbelgie.be> | 2020-11-28 18:24:19 +0100 |
---|---|---|
committer | Sadie Powell <sadie@witchery.services> | 2020-11-28 18:32:56 +0000 |
commit | 00ad832c444358fb53a6245960533d93261d678e (patch) | |
tree | d366fe2c493d89184d45a302a0fbedb8c8f2661a | |
parent | 712c32ab4855806b9981d34a4301a33763acf974 (diff) |
Move the example TCP listener for clients so they're grouped together.
Change the wording slightly on the <sslprofile> comment to be plural, as this is not specific to a particular listener.
-rw-r--r-- | docs/conf/inspircd.conf.example | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/docs/conf/inspircd.conf.example b/docs/conf/inspircd.conf.example index cf5389d0e..4b94dd75f 100644 --- a/docs/conf/inspircd.conf.example +++ b/docs/conf/inspircd.conf.example @@ -178,6 +178,9 @@ # 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 @@ -203,15 +206,15 @@ # 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 |