From 08d2ff86b0c7ed91549d832cf3e572c8623dc8e8 Mon Sep 17 00:00:00 2001 From: Peter Powell Date: Wed, 29 May 2019 13:53:52 +0100 Subject: Various improvements to UNIX socket support. - Allow replacing dead UNIX sockets on startup. - Allow setting the permissions of the UNIX socket. - Expand the UNIX socket path relative to the data directory. --- docs/conf/inspircd.conf.example | 29 ++++++++++++++++++++++++----- 1 file changed, 24 insertions(+), 5 deletions(-) (limited to 'docs/conf/inspircd.conf.example') diff --git a/docs/conf/inspircd.conf.example b/docs/conf/inspircd.conf.example index 9baaa5261..f421eb0e8 100644 --- a/docs/conf/inspircd.conf.example +++ b/docs/conf/inspircd.conf.example @@ -135,6 +135,7 @@ # information on how to load this module! If you do not load this # # module, server ports will NOT work! # +# Listener that binds on a TCP/IP endpoint: + free="no"> + +# Listener that binds on a UNIX endpoint (not supported on Windows): +# @@ -185,9 +207,6 @@ # module). # -# EXPERIMENTAL: Listener that binds on a UNIX endpoint instead of a TCP/IP endpoint: -# - # You can define a custom tag which defines the SSL configuration # for this listener. See the docs page for the SSL module you are using for # more details. -- cgit v1.2.3