2019-06-17 12:12:17 +01:00
|
|
|
# This file contains connect classes which are used by IRCCloud users.
|
2019-06-17 12:28:07 +01:00
|
|
|
# See https://www.irccloud.com for more information on IRCCloud and
|
|
|
|
# https://www.irccloud.com/networks for more information on supporting
|
2020-10-23 15:52:55 +01:00
|
|
|
# IRCCloud on your network.
|
2019-06-17 12:12:17 +01:00
|
|
|
|
2019-10-24 15:19:20 +01:00
|
|
|
<connect name="IRCCloud"
|
|
|
|
parent="main"
|
|
|
|
globalmax="100"
|
2021-01-27 19:33:09 +00:00
|
|
|
localmax="100"
|
|
|
|
useconnectban="no"
|
2021-02-21 04:09:59 +00:00
|
|
|
useconnflood="no"
|
2021-01-27 19:33:09 +00:00
|
|
|
usednsbl="no">
|
2019-06-17 12:12:17 +01:00
|
|
|
|
2021-07-02 11:15:27 +01:00
|
|
|
<connect name="IRCCloud (IPv4)"
|
|
|
|
parent="IRCCloud"
|
2021-12-31 00:32:57 +00:00
|
|
|
allow="5.254.36.56/29 5.254.36.104/29"
|
2021-11-19 18:28:12 +00:00
|
|
|
uniqueusername="yes">
|
2019-06-17 12:28:07 +01:00
|
|
|
|
2021-07-02 11:15:27 +01:00
|
|
|
# This is not typically needed as each user has their own IPv6 but if you have
|
|
|
|
# <cidr:ipv6clone> set to a value lower than 128 you will need to enable it.
|
|
|
|
#<connect name="IRCCloud (IPv6)"
|
|
|
|
# parent="IRCCloud"
|
2021-12-31 00:32:57 +00:00
|
|
|
# allow="2a03:5180:f::/62 2a03:5180:f:4::/63 2a03:5180:f:6::/64">
|
2023-06-20 16:23:48 +01:00
|
|
|
|
|
|
|
# IRCCloud IPv4 users use a shared IPv4 address which means that some clients
|
|
|
|
# may have trouble banning them. To work around this you can use the cloak_user
|
2023-06-29 16:29:56 +01:00
|
|
|
# module to copy the user identifier from the username to the hostname.
|
2023-06-29 14:49:10 +01:00
|
|
|
#<cloak method="username"
|
2023-06-20 16:23:48 +01:00
|
|
|
# class="IRCCloud (IPv4),IRCCloud (IPv6)"
|
|
|
|
# suffix=".irccloud.com">
|