diff options
Diffstat (limited to 'docs')
-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"> |