diff options
author | Peter Powell <petpow@saberuk.com> | 2019-06-17 12:12:17 +0100 |
---|---|---|
committer | Peter Powell <petpow@saberuk.com> | 2019-06-17 12:12:17 +0100 |
commit | f34958b70182c0906ccac7bd267d88be96592e1c (patch) | |
tree | efc445cecf44f2a077588d7b968282345846843b /docs/conf/providers | |
parent | a25a27883df0a375f78534b130d43132d1d0ef9f (diff) |
Add example connect classes for KiwiIRC.com and IRCCloud.
Diffstat (limited to 'docs/conf/providers')
-rw-r--r-- | docs/conf/providers/irccloud.conf.example | 12 | ||||
-rw-r--r-- | docs/conf/providers/kiwiirc-com.conf.example | 8 |
2 files changed, 20 insertions, 0 deletions
diff --git a/docs/conf/providers/irccloud.conf.example b/docs/conf/providers/irccloud.conf.example new file mode 100644 index 000000000..bf57e3fdb --- /dev/null +++ b/docs/conf/providers/irccloud.conf.example @@ -0,0 +1,12 @@ +# This file contains connect classes which are used by IRCCloud users. +# See https://www.irccloud.com for more information on IRCCloud. + +<connect name="IRCCloud" parent="main" 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-Tooting" parent="IRCCloud" allow="192.184.10.9"> diff --git a/docs/conf/providers/kiwiirc-com.conf.example b/docs/conf/providers/kiwiirc-com.conf.example new file mode 100644 index 000000000..74f296cbe --- /dev/null +++ b/docs/conf/providers/kiwiirc-com.conf.example @@ -0,0 +1,8 @@ +# This file contains connect classes which are used by KiwiIRC.com users. +# See https://kiwiirc.com for more information on KiwiIRC.com. + +<connect name="KiwiIRC.com" parent="main" globalmax="100" localmax="100" registered="no"> + +<connect name="KiwiIRC.com-1" parent="KiwiIRC.com" allow="107.161.19.10"> +<connect name="KiwiIRC.com-2" parent="KiwiIRC.com" allow="107.161.19.53"> +<connect name="KiwiIRC.com-3" parent="KiwiIRC.com" allow="109.169.31.4"> |