Skip to content
This repository was archived by the owner on Jan 26, 2023. It is now read-only.

Commit fd6a3f1

Browse files
martinseenertobischo
authored andcommitted
Removed bl.emailbasura.org from list of blacklists and updated Golang to 1.13.4
1 parent 4c07a9b commit fd6a3f1

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
All notable changes to this project will be documented in this file.
33
This project adheres to [Semantic Versioning](http://semver.org/).
44

5+
## [2.0.4] - 2019-11-04
6+
- Removed [bl.emailbasura.org](https://www.dnsbl.info/emailbasura-offline.php)
7+
- Updated Go version to 1.13.4
8+
59
## [2.0.3] - 2019-10-25
610
- Updated Go version to 1.13.3
711
- Updated license and copyright information

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.13.3
1+
FROM golang:1.13.4
22

33
ENV GOPACKAGE github.com/Barzahlen/nagios-dnsblklist
44

cmd/root.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ var SuppressCrit bool
3434
var BlacklistServers = []string{
3535
"all.s5h.net",
3636
"b.barracudacentral.org",
37-
"bl.emailbasura.org",
3837
"bl.spamcop.net",
3938
"blacklist.woody.ch",
4039
"bogons.cymru.com",
@@ -103,7 +102,7 @@ ip-address is listed on a blacklist server.
103102
104103
The ip-address is checked against a list of all relevant blacklist servers.
105104
106-
Current Version: 2.0.3`,
105+
Current Version: 2.0.4`,
107106
// Uncomment the following line if your bare application
108107
// has an action associated with it:
109108
// Run: func(cmd *cobra.Command, args []string) { },

0 commit comments

Comments
 (0)