renamed function

This commit is contained in:
Mzack9999 2020-08-23 21:33:11 +02:00
parent bac670a949
commit 671837eb38

View File

@ -254,7 +254,7 @@ func targets(target string) chan string {
// test if the target is a cidr
if iputil.IsCidr(target) {
cidrIps, err := mapcidr.Ips(target)
cidrIps, err := mapcidr.IPAddresses(target)
if err != nil {
return
}