diff options
author | Sadie Powell <sadie@witchery.services> | 2020-10-23 15:52:55 +0100 |
---|---|---|
committer | Sadie Powell <sadie@witchery.services> | 2020-10-23 15:52:55 +0100 |
commit | ef871187b2c567c603bd0a51a8df87a33803eae2 (patch) | |
tree | ade8d96d43dd4a1386fd24d216afaa975257c0a9 /docs | |
parent | d0c17414170d7ec5dbe562487d8a8f24f02af558 (diff) |
Update the IRCCloud provider config with the latest host changes.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/conf/providers/irccloud.conf.example | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/docs/conf/providers/irccloud.conf.example b/docs/conf/providers/irccloud.conf.example index f31d31977..8ecb77b83 100644 --- a/docs/conf/providers/irccloud.conf.example +++ b/docs/conf/providers/irccloud.conf.example @@ -1,7 +1,7 @@ # This file contains connect classes which are used by IRCCloud users. # See https://www.irccloud.com for more information on IRCCloud and # https://www.irccloud.com/networks for more information on supporting -# IRCloud on your network. +# IRCCloud on your network. <connect name="IRCCloud" parent="main" @@ -14,8 +14,14 @@ <connect name="IRCCloud-Hathersage" parent="IRCCloud" allow="192.184.8.73"> <connect name="IRCCloud-Highgate" parent="IRCCloud" allow="192.184.9.108"> <connect name="IRCCloud-Stonehaven" parent="IRCCloud" allow="192.184.8.103"> +<connect name="IRCCloud-Tinside" parent="IRCCloud" allow="5.254.36.57"> <connect name="IRCCloud-Tooting" parent="IRCCloud" allow="192.184.10.9"> -# This is not typically needed as each user has their own IPv6 but if you have +# This block has not yet been added to the connection pool but will be in the +# future. It is included here for future proofing purposes. +<connect name="IRCCloud-Unnamed" parent="IRCCloud" allow="5.254.36.56/29"> + +# These are 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 this. -#<connect name="IRCCloud-IPv6" parent="IRCCloud" allow="2001:67c:2f08::/48"> +#<connect name="IRCCloud-IPv6-1" parent="IRCCloud" allow="2001:67c:2f08::/48"> +#<connect name="IRCCloud-IPV6-2" parent="IRCCloud" allow="2a03:5180:f::/64"> |