]> git.netwichtig.de Git - user/henk/code/inspircd.git/blob - docs/conf/providers/irccloud.conf.example
Add more info and a IPv6 class to the IRCCloud example config.
[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 # IRCloud on your network.
5
6 <connect name="IRCCloud" parent="main" globalmax="100" localmax="100">
7
8 <connect name="IRCCloud-Brockwell"  parent="IRCCloud" allow="192.184.10.118">
9 <connect name="IRCCloud-Charlton"   parent="IRCCloud" allow="192.184.9.112">
10 <connect name="IRCCloud-Ealing"     parent="IRCCloud" allow="192.184.9.110">
11 <connect name="IRCCloud-Hathersage" parent="IRCCloud" allow="192.184.8.73">
12 <connect name="IRCCloud-Highgate"   parent="IRCCloud" allow="192.184.9.108">
13 <connect name="IRCCloud-Stonehaven" parent="IRCCloud" allow="192.184.8.103">
14 <connect name="IRCCloud-Tooting"    parent="IRCCloud" allow="192.184.10.9">
15
16 # This is not typically needed as each user has their own IPv6 but if you have
17 # <cidr:ipv6clone> set to a value lower than 128 you will need to enable this.
18 #<connect name="IRCCloud-IPv6" parent="IRCCloud" allow="2001:67c:2f08::/48">