From ab84a5815c9565a35fc3dc3e6ffdb5733eb012b6 Mon Sep 17 00:00:00 2001 From: Martin Seener Date: Wed, 30 Sep 2020 09:55:17 +0200 Subject: [PATCH] Removed dynip.rothen.com dnsbl and updated Go to 1.15.2 --- CHANGELOG.md | 4 ++++ Dockerfile | 2 +- LICENSE | 2 +- cmd/check.go | 2 +- cmd/list.go | 2 +- cmd/root.go | 5 ++--- main.go | 2 +- 7 files changed, 11 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2b152b5..35efc28 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +## [2.0.5] - 2020-09-30 +- Removed [dynip.rothen.com](https://www.dnsbl.info/dnsbl-details.php?dnsbl=dynip.rothen.com) +- Updated Go version to 1.15.2 + ## [2.0.4] - 2019-11-04 - Removed [bl.emailbasura.org](https://www.dnsbl.info/emailbasura-offline.php) - Updated Go version to 1.13.4 diff --git a/Dockerfile b/Dockerfile index c8a04b9..ce95332 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.13.4 +FROM golang:1.15.2 ENV GOPACKAGE github.com/Barzahlen/nagios-dnsblklist diff --git a/LICENSE b/LICENSE index 37b2fa5..7df98d2 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ The MIT License (MIT) -Copyright © 2018-2019 Cash Payment Solutions GmbH +Copyright © 2018-2020 Cash Payment Solutions GmbH Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/cmd/check.go b/cmd/check.go index 010cccc..0aad158 100644 --- a/cmd/check.go +++ b/cmd/check.go @@ -1,4 +1,4 @@ -// Copyright © 2018-2019 Cash Payment Solutions GmbH +// Copyright © 2018-2020 Cash Payment Solutions GmbH // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/cmd/list.go b/cmd/list.go index 937b5f0..c040b5b 100644 --- a/cmd/list.go +++ b/cmd/list.go @@ -1,4 +1,4 @@ -// Copyright © 2018-2019 Cash Payment Solutions GmbH +// Copyright © 2018-2020 Cash Payment Solutions GmbH // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/cmd/root.go b/cmd/root.go index 3dc9fb4..18b153a 100644 --- a/cmd/root.go +++ b/cmd/root.go @@ -1,4 +1,4 @@ -// Copyright © 2018-2019 Cash Payment Solutions GmbH +// Copyright © 2018-2020 Cash Payment Solutions GmbH // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal @@ -52,7 +52,6 @@ var BlacklistServers = []string{ "duinv.aupads.org", "dul.dnsbl.sorbs.net", "dyna.spamrats.com", - "dynip.rothen.com", "http.dnsbl.sorbs.net", "ips.backscatterer.org", "ix.dnsbl.manitu.net", @@ -102,7 +101,7 @@ ip-address is listed on a blacklist server. The ip-address is checked against a list of all relevant blacklist servers. -Current Version: 2.0.4`, +Current Version: 2.0.5`, // Uncomment the following line if your bare application // has an action associated with it: // Run: func(cmd *cobra.Command, args []string) { }, diff --git a/main.go b/main.go index 1259e57..b9ad2cd 100644 --- a/main.go +++ b/main.go @@ -1,4 +1,4 @@ -// Copyright © 2018-2019 Cash Payment Solutions GmbH +// Copyright © 2018-2020 Cash Payment Solutions GmbH // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal