summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorPeter Powell <petpow@saberuk.com>2019-10-24 15:19:20 +0100
committerPeter Powell <petpow@saberuk.com>2019-10-24 15:56:20 +0100
commit493acff4ebc762c480df8e1e5c02ed140a0a81c3 (patch)
tree17008e23fef909cb17ebfb417e586acd8957a9a9 /docs
parent0d2f3cdc51082eb79731d1438da7b3fe2da6cf58 (diff)
Disable DNS/DNSBL/ident lookups for unregistered KiwiIRC.com users.
Diffstat (limited to 'docs')
-rw-r--r--docs/conf/providers/irccloud.conf.example5
-rw-r--r--docs/conf/providers/kiwiirc-com.conf.example9
2 files changed, 12 insertions, 2 deletions
diff --git a/docs/conf/providers/irccloud.conf.example b/docs/conf/providers/irccloud.conf.example
index d1389fcbe..f31d31977 100644
--- a/docs/conf/providers/irccloud.conf.example
+++ b/docs/conf/providers/irccloud.conf.example
@@ -3,7 +3,10 @@
# https://www.irccloud.com/networks for more information on supporting
# IRCloud on your network.
-<connect name="IRCCloud" parent="main" globalmax="100" localmax="100">
+<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">
diff --git a/docs/conf/providers/kiwiirc-com.conf.example b/docs/conf/providers/kiwiirc-com.conf.example
index 74f296cbe..8465709a9 100644
--- a/docs/conf/providers/kiwiirc-com.conf.example
+++ b/docs/conf/providers/kiwiirc-com.conf.example
@@ -1,7 +1,14 @@
# 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"
+ 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.10">
<connect name="KiwiIRC.com-2" parent="KiwiIRC.com" allow="107.161.19.53">