This repository was archived by the owner on Jan 26, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed
Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 22All notable changes to this project will be documented in this file.
33This 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
Original file line number Diff line number Diff line change 1- FROM golang:1.13.3
1+ FROM golang:1.13.4
22
33ENV GOPACKAGE github.com/Barzahlen/nagios-dnsblklist
44
Original file line number Diff line number Diff line change @@ -34,7 +34,6 @@ var SuppressCrit bool
3434var 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
104103The 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) { },
You can’t perform that action at this time.
0 commit comments