diff --git a/examples/dshield.go b/examples/dshield.go index f0f12ff..f94d87a 100644 --- a/examples/dshield.go +++ b/examples/dshield.go @@ -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() { diff --git a/examples/honeypot.go b/examples/honeypot.go index 9a43046..631c1df 100644 --- a/examples/honeypot.go +++ b/examples/honeypot.go @@ -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 { diff --git a/examples/spamhaus.go b/examples/spamhaus.go index 76bab7d..7b96bc8 100644 --- a/examples/spamhaus.go +++ b/examples/spamhaus.go @@ -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 {