From f34958b70182c0906ccac7bd267d88be96592e1c Mon Sep 17 00:00:00 2001 From: Peter Powell Date: Mon, 17 Jun 2019 12:12:17 +0100 Subject: Add example connect classes for KiwiIRC.com and IRCCloud. --- docs/conf/inspircd.conf.example | 8 +++++++- docs/conf/providers/irccloud.conf.example | 12 ++++++++++++ docs/conf/providers/kiwiirc-com.conf.example | 8 ++++++++ 3 files changed, 27 insertions(+), 1 deletion(-) create mode 100644 docs/conf/providers/irccloud.conf.example create mode 100644 docs/conf/providers/kiwiirc-com.conf.example (limited to 'docs') diff --git a/docs/conf/inspircd.conf.example b/docs/conf/inspircd.conf.example index 832c30b39..7e9bf1a5f 100644 --- a/docs/conf/inspircd.conf.example +++ b/docs/conf/inspircd.conf.example @@ -246,6 +246,12 @@ # you will probably need a connect block just for user registration. # # This can be done by using # +# To enable IRCCloud on your network uncomment this: +# + +# To enable KiwiIRC.com on your network uncomment this: +# + # A connect class with set denies connections from the specified host/IP range. -# A connect class with set allows connections from the specified host/IP range. +# A connect class with set allows c from the specified host/IP range. + + + + + + + + diff --git a/docs/conf/providers/kiwiirc-com.conf.example b/docs/conf/providers/kiwiirc-com.conf.example new file mode 100644 index 000000000..74f296cbe --- /dev/null +++ b/docs/conf/providers/kiwiirc-com.conf.example @@ -0,0 +1,8 @@ +# This file contains connect classes which are used by KiwiIRC.com users. +# See https://kiwiirc.com for more information on KiwiIRC.com. + + + + + + -- cgit v1.2.3