]> source.dussan.org Git - rspamd.git/commitdiff
Small fix in a comment 4113/head
authorMichael Kliewe <info@phpgangsta.de>
Thu, 17 Mar 2022 17:01:23 +0000 (18:01 +0100)
committerGitHub <noreply@github.com>
Thu, 17 Mar 2022 17:01:23 +0000 (18:01 +0100)
utils/asn.pl

index 3099c1f78564ebd6ab1341cc4c0574e15098e819..4d54bad0c751545d46bcb3aaf3c1dfe1a3c5e448 100644 (file)
@@ -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<asn.pl> 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