Clarify example comments by generalizing "bad IP addresses" to "IP addresses"

This commit is contained in:
2026-03-15 16:41:28 +05:00
parent 68eb3a055d
commit 17dbfac864
3 changed files with 3 additions and 3 deletions

View File

@@ -8,7 +8,7 @@ import (
) )
/** /**
* An example of how to get a list of bad IP addresses from the service https://dshield.org/ * An example of how to get a list of IP addresses from a service https://dshield.org/
*/ */
func main() { func main() {

View File

@@ -10,7 +10,7 @@ import (
) )
/** /**
* An example of how to get a list of bad IP addresses from the service https://www.projecthoneypot.org/list_of_ips.php * An example of how to get a list of IP addresses from a service https://www.projecthoneypot.org/list_of_ips.php
*/ */
type rssItem struct { type rssItem struct {

View File

@@ -9,7 +9,7 @@ import (
) )
/** /**
* An example of how to get a list of bad IP addresses from the service https://www.spamhaus.org/blocklists/do-not-route-or-peer/ * An example of how to get a list of IP addresses from a service https://www.spamhaus.org/blocklists/do-not-route-or-peer/
*/ */
type lineJson struct { type lineJson struct {