This repository was archived by the owner on Jan 26, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 7 files changed +11
-8
lines changed
Expand file tree Collapse file tree 7 files changed +11
-8
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.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
Original file line number Diff line number Diff line change 1- FROM golang:1.13.4
1+ FROM golang:1.15.2
22
33ENV GOPACKAGE github.com/Barzahlen/nagios-dnsblklist
44
Original file line number Diff line number Diff line change 11The MIT License (MIT)
22
3- Copyright © 2018-2019 Cash Payment Solutions GmbH
3+ Copyright © 2018-2020 Cash Payment Solutions GmbH
44
55Permission is hereby granted, free of charge, to any person obtaining a copy
66of this software and associated documentation files (the "Software"), to deal
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
103102The 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) { },
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments