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

Commit

Permalink
Removed dynip.rothen.com dnsbl and updated Go to 1.15.2
Browse files Browse the repository at this point in the history
  • Loading branch information
martinseener authored and tobischo committed Sep 30, 2020
1 parent fd6a3f1 commit ab84a58
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 8 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.13.4
FROM golang:1.15.2

ENV GOPACKAGE github.com/Barzahlen/nagios-dnsblklist

Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion cmd/check.go
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion cmd/list.go
Original file line number Diff line number Diff line change
@@ -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
Expand Down
5 changes: 2 additions & 3 deletions cmd/root.go
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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",
Expand Down Expand Up @@ -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) { },
Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit ab84a58

Please sign in to comment.