The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Net::IP::Identifier::Plugin::Akamai - identify Akamai owned IP addresses

VERSION

version 0.111

SYNOPSIS

 use Net::IP::Identifier::Plugin::Akamai;

DESCRIPTION

Net::IP::Identifier::Plugin::Akamai identifies Akamai host IPs. Autonomous System (AS) numbers include (many thanks to Hurricane Electric and their BGP toolkit at http://bgp.he.net/):

    AS12222 AS16625 AS16702 AS17334 AS18680 AS18717 AS20189 AS20940
    AS21342 AS21357 AS21399 AS22207 AS23454 AS23455 AS23903 AS24319
    AS30675 AS31107 AS31108 AS31109 AS31110 AS31377 AS33905 AS34164
    AS34850 AS35204 AS35993 AS35994 AS36183 AS39836 AS43639 AS45700
    AS48163 AS55770 AS393560

Methods

new

Creates a new Net::IP::Identifier::Plugin::Akamai object.

SEE ALSO

IP::Net
IP::Net::Identifier
IP::Net::Identifier_Role

AUTHOR

Reid Augustin <reid@hellosix.com>

COPYRIGHT AND LICENSE

This software is copyright (c) 2014 by Reid Augustin.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.