v1.0.0 #1

Merged
kor-elf merged 32 commits from develop into main 2026-03-15 20:36:00 +05:00
3 changed files with 3 additions and 3 deletions
Showing only changes of commit 17dbfac864 - Show all commits

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() {

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 {

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 {