diff options
author | Sadie Powell <sadie@witchery.services> | 2020-11-03 15:56:47 +0000 |
---|---|---|
committer | Sadie Powell <sadie@witchery.services> | 2020-11-03 15:57:17 +0000 |
commit | 09a5b50c061d27db99d87363338198ded62ac196 (patch) | |
tree | 5636ade07ce7b6bbb29498cc04c256717e6ca00b /docs/conf | |
parent | 0a6b1e1a7de92e078a98f0b955d2624e5b85e4c1 (diff) |
Improve the names of the IRCCloud example connect classes.
Diffstat (limited to 'docs/conf')
-rw-r--r-- | docs/conf/providers/irccloud.conf.example | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/docs/conf/providers/irccloud.conf.example b/docs/conf/providers/irccloud.conf.example index 8ecb77b83..725c7f5bc 100644 --- a/docs/conf/providers/irccloud.conf.example +++ b/docs/conf/providers/irccloud.conf.example @@ -8,20 +8,20 @@ globalmax="100" localmax="100"> -<connect name="IRCCloud-Brockwell" parent="IRCCloud" allow="192.184.10.118"> -<connect name="IRCCloud-Charlton" parent="IRCCloud" allow="192.184.9.112"> -<connect name="IRCCloud-Ealing" parent="IRCCloud" allow="192.184.9.110"> -<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"> +<connect name="IRCCloud (Brockwell)" parent="IRCCloud" allow="192.184.10.118"> +<connect name="IRCCloud (Charlton)" parent="IRCCloud" allow="192.184.9.112"> +<connect name="IRCCloud (Ealing)" parent="IRCCloud" allow="192.184.9.110"> +<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 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"> +<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-1" parent="IRCCloud" allow="2001:67c:2f08::/48"> -#<connect name="IRCCloud-IPV6-2" parent="IRCCloud" allow="2a03:5180:f::/64"> +#<connect name="IRCCloud (IPv6 #1)" parent="IRCCloud" allow="2001:67c:2f08::/48"> +#<connect name="IRCCloud (IPv6 #2)" parent="IRCCloud" allow="2a03:5180:f::/64"> |