소스 검색

Small fix in a comment

tags/3.2
Michael Kliewe 2 년 전
부모
커밋
cbe0e04032
No account linked to committer's email address
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2
    2
      utils/asn.pl

+ 2
- 2
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<asn.pl> is intended to download ASN data and GeoIP data and create a rbldnsd z

=cut

# vim: et:ts=4:sw=4
# vim: et:ts=4:sw=4

Loading…
취소
저장