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

Commit ab84a58

Browse files
martinseenertobischo
authored andcommitted
Removed dynip.rothen.com dnsbl and updated Go to 1.15.2
1 parent fd6a3f1 commit ab84a58

File tree

7 files changed

+11
-8
lines changed

7 files changed

+11
-8
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.5] - 2020-09-30
6+
- Removed [dynip.rothen.com](https://www.dnsbl.info/dnsbl-details.php?dnsbl=dynip.rothen.com)
7+
- Updated Go version to 1.15.2
8+
59
## [2.0.4] - 2019-11-04
610
- Removed [bl.emailbasura.org](https://www.dnsbl.info/emailbasura-offline.php)
711
- Updated Go version to 1.13.4

Dockerfile

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

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

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright © 2018-2019 Cash Payment Solutions GmbH
3+
Copyright © 2018-2020 Cash Payment Solutions GmbH
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

cmd/check.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright © 2018-2019 Cash Payment Solutions GmbH
1+
// Copyright © 2018-2020 Cash Payment Solutions GmbH
22
//
33
// Permission is hereby granted, free of charge, to any person obtaining a copy
44
// of this software and associated documentation files (the "Software"), to deal

cmd/list.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright © 2018-2019 Cash Payment Solutions GmbH
1+
// Copyright © 2018-2020 Cash Payment Solutions GmbH
22
//
33
// Permission is hereby granted, free of charge, to any person obtaining a copy
44
// of this software and associated documentation files (the "Software"), to deal

cmd/root.go

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright © 2018-2019 Cash Payment Solutions GmbH
1+
// Copyright © 2018-2020 Cash Payment Solutions GmbH
22
//
33
// Permission is hereby granted, free of charge, to any person obtaining a copy
44
// of this software and associated documentation files (the "Software"), to deal
@@ -52,7 +52,6 @@ var BlacklistServers = []string{
5252
"duinv.aupads.org",
5353
"dul.dnsbl.sorbs.net",
5454
"dyna.spamrats.com",
55-
"dynip.rothen.com",
5655
"http.dnsbl.sorbs.net",
5756
"ips.backscatterer.org",
5857
"ix.dnsbl.manitu.net",
@@ -102,7 +101,7 @@ ip-address is listed on a blacklist server.
102101
103102
The ip-address is checked against a list of all relevant blacklist servers.
104103
105-
Current Version: 2.0.4`,
104+
Current Version: 2.0.5`,
106105
// Uncomment the following line if your bare application
107106
// has an action associated with it:
108107
// Run: func(cmd *cobra.Command, args []string) { },

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright © 2018-2019 Cash Payment Solutions GmbH
1+
// Copyright © 2018-2020 Cash Payment Solutions GmbH
22
//
33
// Permission is hereby granted, free of charge, to any person obtaining a copy
44
// of this software and associated documentation files (the "Software"), to deal

0 commit comments

Comments
 (0)