From 00ad832c444358fb53a6245960533d93261d678e Mon Sep 17 00:00:00 2001 From: Robby Date: Sat, 28 Nov 2020 18:24:19 +0100 Subject: Move the example TCP listener for clients so they're grouped together. Change the wording slightly on the comment to be plural, as this is not specific to a particular listener. --- docs/conf/inspircd.conf.example | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'docs/conf/inspircd.conf.example') 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"> + + + # Listener that binds on a UNIX endpoint (not supported on Windows): # - # Listener accepting HTML5 WebSocket connections. # Requires the websocket module and SHA-1 hashing support (provided by the sha1 # module). # + # You can define a custom 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 -- cgit v1.2.3