]> git.netwichtig.de Git - user/henk/code/inspircd.git/blob - docs/conf/providers/irccloud.conf.example
Sync helpop chmodes s and p with docs
[user/henk/code/inspircd.git] / docs / conf / providers / irccloud.conf.example
1 # This file contains connect classes which are used by IRCCloud users.
2 # See https://www.irccloud.com for more information on IRCCloud and
3 # https://www.irccloud.com/networks for more information on supporting
4 # IRCCloud on your network.
5
6 <connect name="IRCCloud"
7          parent="main"
8          globalmax="100"
9          localmax="100"
10          useconnectban="no"
11          useconnflood="no"
12          usednsbl="no">
13
14 <connect name="IRCCloud (Brockwell)"  parent="IRCCloud" allow="192.184.10.118">
15 <connect name="IRCCloud (Charlton)"   parent="IRCCloud" allow="192.184.9.112">
16 <connect name="IRCCloud (Ealing)"     parent="IRCCloud" allow="192.184.9.110">
17 <connect name="IRCCloud (Hathersage)" parent="IRCCloud" allow="192.184.8.73">
18 <connect name="IRCCloud (Highgate)"   parent="IRCCloud" allow="192.184.9.108">
19 <connect name="IRCCloud (Stonehaven)" parent="IRCCloud" allow="192.184.8.103">
20 <connect name="IRCCloud (Tinside)"    parent="IRCCloud" allow="5.254.36.57">
21 <connect name="IRCCloud (Tooting)"    parent="IRCCloud" allow="192.184.10.9">
22
23 # This block has not yet been added to the connection pool but will be in the
24 # future. It is included here for future proofing purposes.
25 <connect name="IRCCloud (Unnamed)" parent="IRCCloud" allow="5.254.36.56/29">
26
27 # These are not typically needed as each user has their own IPv6 but if you have
28 # <cidr:ipv6clone> set to a value lower than 128 you will need to enable this.
29 #<connect name="IRCCloud (IPv6 #1)" parent="IRCCloud" allow="2001:67c:2f08::/48">
30 #<connect name="IRCCloud (IPv6 #2)" parent="IRCCloud" allow="2a03:5180:f::/64">