@@ -14,8 +14,8 @@ The Spamhaus Don't Route Or Peer Lists
14
14
For this How-To we will use the Alias feature and a firewall block rule.
15
15
The lists for this example are located here:
16
16
17
- * `DROP list <https://www.spamhaus.org/drop/drop.txt >`__
18
- * `DROPv6 list <https://www.spamhaus.org/drop/dropv6.txt >`__
17
+ * `DROP list <https://www.spamhaus.org/drop/drop_v4.json >`__
18
+ * `DROPv6 list <https://www.spamhaus.org/drop/drop_v6.json >`__
19
19
20
20
21
21
-------------------------------------
@@ -26,29 +26,33 @@ top right corner of the form.
26
26
27
27
Enter the following data:
28
28
29
- +-----------------+-----------------------------------------+-----------------------------+
30
- | **Name ** | spamhaus_drop | *Name of our alias * |
31
- +-----------------+-----------------------------------------+-----------------------------+
32
- | **Description ** | Spamhaus DROP | *Freely chosen description * |
33
- +-----------------+-----------------------------------------+-----------------------------+
34
- | **Type ** | URL Table (IPs) | *URL type * |
35
- +-----------------+-----------------------------------------+-----------------------------+
36
- | **Content ** | https://www.spamhaus.org/drop/drop.txt | *Don't Route Or Peer List * |
37
- +-----------------+-----------------------------------------+-----------------------------+
29
+ +---------------------+--------------------------------------------+-----------------------------+
30
+ | **Name ** | spamhaus_drop | *Name of our alias * |
31
+ +---------------------+--------------------------------------------+-----------------------------+
32
+ | **Description ** | Spamhaus DROP | *Freely chosen description * |
33
+ +---------------------+--------------------------------------------+-----------------------------+
34
+ | **Type ** | URL Table in JSON format (IPs) | *URL type * |
35
+ +---------------------+--------------------------------------------+-----------------------------+
36
+ | **Content ** | https://www.spamhaus.org/drop/drop_v4.json | *Don't Route Or Peer List * |
37
+ +---------------------+--------------------------------------------+-----------------------------+
38
+ | **Path expression ** | cidr | *JSON field to be used * |
39
+ +---------------------+--------------------------------------------+-----------------------------+
38
40
39
41
Set the refresh frequency to 1 for each day.
40
42
41
43
Press **Save ** and then **Add a new alias **.
42
44
43
- +-----------------+-----------------------------------------+-------------------------------------+
44
- | **Name ** | spamhaus_dropv6 | *Name of our alias * |
45
- +-----------------+-----------------------------------------+-------------------------------------+
46
- | **Description ** | Spamhaus DROPv6 | *Freely chosen description * |
47
- +-----------------+-----------------------------------------+-------------------------------------+
48
- | **Type ** | URL Table (IPs) | *URL type * |
49
- +-----------------+-----------------------------------------+-------------------------------------+
50
- | **Content ** | https://www.spamhaus.org/drop/dropv6.txt | *Don't Route Or Peer List v6 * |
51
- +-----------------+-----------------------------------------+-------------------------------------+
45
+ +---------------------+--------------------------------------------+-------------------------------+
46
+ | **Name ** | spamhaus_dropv6 | *Name of our alias * |
47
+ +---------------------+--------------------------------------------+-------------------------------+
48
+ | **Description ** | Spamhaus DROPv6 | *Freely chosen description * |
49
+ +---------------------+--------------------------------------------+-------------------------------+
50
+ | **Type ** | URL Table in JSON format (IPs) | *URL type * |
51
+ +---------------------+--------------------------------------------+-------------------------------+
52
+ | **Content ** | https://www.spamhaus.org/drop/drop_v6.json | *Don't Route Or Peer List v6 * |
53
+ +---------------------+--------------------------------------------+-------------------------------+
54
+ | **Path expression ** | cidr | *JSON field to be used * |
55
+ +---------------------+--------------------------------------------+-------------------------------+
52
56
53
57
Set the refresh frequency to 1 for each day.
54
58
0 commit comments