aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorGravatar Sadie Powell2021-04-11 18:34:08 +0100
committerGravatar Sadie Powell2021-04-11 18:34:08 +0100
commit6d205fc3fb8d9d7d8d2fc569002bae2f12eb3de9 (patch)
treeda2b718eb46d2b958d8fd1b25468c3b1cc71d8a4 /docs
parentRemove <cgiirc:opernotice>. (diff)
Rename the cgiirc module to gateway.
Diffstat (limited to 'docs')
-rw-r--r--docs/conf/inspircd.conf.example2
-rw-r--r--docs/conf/modules.conf.example16
2 files changed, 9 insertions, 9 deletions
diff --git a/docs/conf/inspircd.conf.example b/docs/conf/inspircd.conf.example
index 74d358ca2..848818040 100644
--- a/docs/conf/inspircd.conf.example
+++ b/docs/conf/inspircd.conf.example
@@ -308,7 +308,7 @@
#usests="no"
# webirc: Restricts usage of this class to the specified WebIRC gateway.
- # This setting only has effect when the cgiirc module is loaded.
+ # This setting only has effect when the gateway module is loaded.
#webirc="name"
# limit: How many users are allowed in this class
diff --git a/docs/conf/modules.conf.example b/docs/conf/modules.conf.example
index c2d062425..1660bcf24 100644
--- a/docs/conf/modules.conf.example
+++ b/docs/conf/modules.conf.example
@@ -328,13 +328,13 @@
#<badword text="fluffy capybaras"> #
#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#
-# CGI:IRC module: Enables forwarding the real IP address of a user from
+# Gateway module: Enables forwarding the real IP address of a user from
# a gateway to the IRC server.
-#<module name="cgiirc">
+#<module name="gateway">
#
-#-#-#-#-#-#-#-#-#-#-#-# CGIIRC CONFIGURATION #-#-#-#-#-#-#-#-#-#-#-#-#
+#-#-#-#-#-#-#-#-#-#-#-# GATEWAY CONFIGURATION #-#-#-#-#-#-#-#-#-#-#-#-#
#
-# If you use the cgiirc module then you must specify the gateways which
+# If you use the gateway module then you must specify the gateways which
# are authorised to forward IP/host information to your server. There
# are currently two ways to do this:
#
@@ -348,10 +348,10 @@
# either a TLS client certificate fingerprint for the gateway or
# a password to be sent in the WEBIRC command.
#
-# <cgihost type="webirc"
+# <gateway type="webirc"
# fingerprint="bd90547b59c1942b85f382bc059318f4c6ca54c5"
# mask="192.0.2.0/24 198.51.100.*">
-# <cgihost type="webirc"
+# <gateway type="webirc"
# password="$2a$10$WEUpX9GweJiEF1WxBDSkeODBstIBMlVPweQTG9cKM8/Vd58BeM5cW"
# hash="bcrypt"
# mask="*.webirc.gateway.example.com">
@@ -367,10 +367,10 @@
# ident to avoid leaking the real IP address of gateway clients
# (defaults to "gateway" if not set).
#
-# <cgihost type="ident"
+# <gateway type="ident"
# mask="198.51.100.0/24 203.0.113.*"
# newident="wibble">
-# <cgihost type="ident"
+# <gateway type="ident"
# mask="*.ident.gateway.example.com"
# newident="wobble">
#