]> jfr.im git - irc/ircd-hybrid/bopm.git/commitdiff
bopm.conf.sample:
authorandy <redacted>
Fri, 15 Feb 2002 23:21:06 +0000 (23:21 +0000)
committerandy <redacted>
Fri, 15 Feb 2002 23:21:06 +0000 (23:21 +0000)
Added docs and examples for EXCLUDE option.

bopm.conf.sample

index 4b9497cbec6d37fb7037bdd2c1f18a7c6ceb84d4..671a5e82b7302cf7a9c7375e207620505b98f747 100644 (file)
@@ -212,3 +212,17 @@ AWAY I'm a bot.  Your messages will be ignored.
 #                   Keep this limit equal or less than MAXPOLL as defined in options.h
 
 FDLIMIT 512
+
+
+# EXCLUDE <hostmask> : Exclude hosts matching this pattern from DNSBL
+#                      checks and proxy scans.  The hostmask uses familiar
+#                      IRC wildcards * and ? and matches against both IP
+#                      and hostname.  Use EXCLUDE multiple times to build a
+#                      list.  You should not be using EXCLUDE unless you
+#                      have very good reason; if BOPM is finding false
+#                      positives then we regard that a serious problem and
+#                      would like to be told.
+
+#EXCLUDE 192.168.0.*
+#EXCLUDE some-isp-??.example.com
+