diff options
author | Sadie Powell <sadie@witchery.services> | 2020-07-30 14:16:19 +0100 |
---|---|---|
committer | Sadie Powell <sadie@witchery.services> | 2020-07-30 14:16:19 +0100 |
commit | 428eea648d7088999411762513e199d99a9e77fe (patch) | |
tree | 813ed755c1e909ef435a3375128024b2dc72256d /docs/conf | |
parent | 2c9ebe040c113b3bb3717ab8c081c5dbcd3b8350 (diff) |
Remove the KiwiIRC.com example config file.
Requested by @prawnsalad. These IP addresses are only a small part
of a larger pool and may change without notice.
Diffstat (limited to 'docs/conf')
-rw-r--r-- | docs/conf/inspircd.conf.example | 3 | ||||
-rw-r--r-- | docs/conf/providers/kiwiirc-com.conf.example | 19 |
2 files changed, 0 insertions, 22 deletions
diff --git a/docs/conf/inspircd.conf.example b/docs/conf/inspircd.conf.example index 73a188a4f..d678b5be3 100644 --- a/docs/conf/inspircd.conf.example +++ b/docs/conf/inspircd.conf.example @@ -252,9 +252,6 @@ # To enable IRCCloud on your network uncomment this: #<include file="examples/providers/irccloud.conf.example"> -# To enable KiwiIRC.com on your network uncomment this: -#<include file="examples/providers/kiwiirc-com.conf.example"> - # A connect class with <connect:deny> set denies connections from the specified host/IP range. <connect # deny: Will not let people connect if they have specified host/IP. diff --git a/docs/conf/providers/kiwiirc-com.conf.example b/docs/conf/providers/kiwiirc-com.conf.example deleted file mode 100644 index e923e9956..000000000 --- a/docs/conf/providers/kiwiirc-com.conf.example +++ /dev/null @@ -1,19 +0,0 @@ -# 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" - resolvehostnames="no" - usednsbl="no" - useident="no"> - -<connect name="KiwiIRC.com-1" parent="KiwiIRC.com" allow="107.161.19.53"> -<connect name="KiwiIRC.com-2" parent="KiwiIRC.com" allow="107.161.19.109"> -<connect name="KiwiIRC.com-3" parent="KiwiIRC.com" allow="109.169.31.4"> - -<exception host="*@107.161.19.53" reason="KiwiIRC.com WebIRC Gateway"> -<exception host="*@107.161.19.109" reason="KiwiIRC.com WebIRC Gateway"> -<exception host="*@107.169.31.4" reason="KiwiIRC.com WebIRC Gateway"> |