From de4e4860091fe5a9a530acdb25f9a17e22323acf Mon Sep 17 00:00:00 2001 From: Peter Powell Date: Tue, 4 Sep 2018 14:10:19 +0100 Subject: Improvements and bugfixes to the cgiirc module. - Allow the ident for ident type hosts to be set in the config. - Consistently check clone counts, connect classes, and xlines for all users regardless of their cgiirc host type. - Remove some obsolete code from when gateway clients had their IP changed in OnCheckReady. - Don't allow a gateway client to match both a WebIRC and an ident host. --- docs/conf/modules.conf.example | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) (limited to 'docs/conf/modules.conf.example') diff --git a/docs/conf/modules.conf.example b/docs/conf/modules.conf.example index 5635e717a..9ee8bf819 100644 --- a/docs/conf/modules.conf.example +++ b/docs/conf/modules.conf.example @@ -357,11 +357,17 @@ # address in the ident sent by the user. This is not recommended as it # only works with IPv4 connections. # -# When using this method you must specify a wildcard mask or CIDR range to -# allow gateway connections from. -# -# -# +# When using this method you must specify a wildcard mask or CIDR range to allow +# gateway connections from. You can also optionally configure the static value +# that replaces the IP in the ident to avoid leaking the real IP address of +# gateway clients (defaults to "gateway" if not set). +# +# +# # # By default gateway connections are logged to the +w snomask. If you # do not want this to happen then you can uncomment this to disable it. -- cgit v1.2.3