blob: 318dae660c51622bef843b43c3a32ddff8100c80 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
Remove NJABL as an example blacklist.
NJABL has been shut down and bopm upstream still lists it in its default
configuration.
---
diff --git a/bopm.conf.sample b/bopm.conf.sample
index 74483e1..bc05bf4 100644
--- a/bopm.conf.sample
+++ b/bopm.conf.sample
@@ -363,18 +363,6 @@ OPM {
# };
- /* example: NJABL - please read http://www.njabl.org/use.html before
- * uncommenting */
-# blacklist {
-# name = "dnsbl.njabl.org";
-# type = "A record reply";
-# reply {
-# 9 = "Open proxy";
-# };
-# ban_unknown = no;
-# kline = "KLINE *@%h :Open proxy found on your host, please visit www.njabl.org/cgi-bin/lookup.cgi?query=%i";
-# };
-
/*
* You can report the insecure proxies you find to a DNSBL also!
* The remaining directives in this section are only needed if you
|