/[Sack]/trunk/views/pxelator/dnsd-domains.pl
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Contents of /trunk/views/pxelator/dnsd-domains.pl

Parent Directory Parent Directory | Revision Log Revision Log


Revision 205 - (show annotations)
Sun Nov 8 23:23:45 2009 UTC (14 years, 7 months ago) by dpavlin
File MIME type: text/plain
File size: 160 byte(s)
count domains

1
2 if ( $rec->{package}->{name} eq 'dnsd' ) {
3 my $domain = $rec->{qname};
4 $domain =~ s{^.+\.+([^\.]+)\.([^\.]+)$}{$1.$2};
5 $out->{'domain+'}->{ $domain }++;
6 }
7

  ViewVC Help
Powered by ViewVC 1.1.26