diff options
author | Peter Powell <petpow@saberuk.com> | 2019-06-17 12:28:07 +0100 |
---|---|---|
committer | Peter Powell <petpow@saberuk.com> | 2019-06-17 12:40:12 +0100 |
commit | 075af4bf2c34a63b0cf5fec34458eb6fa9c57a10 (patch) | |
tree | 939475cde3b59d307072cb48d2a52af12b939a6b /docs | |
parent | f34958b70182c0906ccac7bd267d88be96592e1c (diff) |
Add more info and a IPv6 class to the IRCCloud example config.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/conf/providers/irccloud.conf.example | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/docs/conf/providers/irccloud.conf.example b/docs/conf/providers/irccloud.conf.example index bf57e3fdb..d1389fcbe 100644 --- a/docs/conf/providers/irccloud.conf.example +++ b/docs/conf/providers/irccloud.conf.example @@ -1,5 +1,7 @@ # This file contains connect classes which are used by IRCCloud users. -# See https://www.irccloud.com for more information on IRCCloud. +# 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. <connect name="IRCCloud" parent="main" globalmax="100" localmax="100"> @@ -10,3 +12,7 @@ <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-Tooting" parent="IRCCloud" allow="192.184.10.9"> + +# 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 this. +#<connect name="IRCCloud-IPv6" parent="IRCCloud" allow="2001:67c:2f08::/48"> |