From cbe0e0403269b28b1e9631e56b3830ddbae8af66 Mon Sep 17 00:00:00 2001 From: Michael Kliewe Date: Thu, 17 Mar 2022 18:01:23 +0100 Subject: Small fix in a comment --- utils/asn.pl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'utils') diff --git a/utils/asn.pl b/utils/asn.pl index 3099c1f78..4d54bad0c 100644 --- a/utils/asn.pl +++ b/utils/asn.pl @@ -210,7 +210,7 @@ if ($v4) { my $country = $as_info->{$asn}{'country'} || $unknown_placeholder; my $rir = $as_info->{$asn}{'rir'} || $unknown_placeholder; - # "15169|8.8.8.0/24|US|arin|" for 8.8.8.8 + # "8.8.8.0/24 15169|8.8.8.0/24|US|arin|" for 8.8.8.8 printf $v4_fh "%s %s|%s|%s|%s|\n", $net, $asn, $net, $country, $rir; } @@ -328,4 +328,4 @@ B is intended to download ASN data and GeoIP data and create a rbldnsd z =cut -# vim: et:ts=4:sw=4 \ No newline at end of file +# vim: et:ts=4:sw=4 -- cgit v1.2.3