NAME
Data::Collector::Info::ExternalIP - Fetch machine's external IP information
This info module fetches the external IP of a machine using the DynDNS URL http://checkip.dyndns.org.
This is good in two situations:
When you're trying to determine an external IP inside a network
When you have multiple IPs and want to find the main one
(something that happens quite often on hosting servers)
The key this module takes in the registry is external_ip.
ATTRIBUTES
url(Str)
The URL used to fetch the IP. As stated above, it is now http://checkip.dyndns.org.
SUBROUTINES/METHODS
load
Subclassing load
from Data::Collector::Info to register keys in the registry.
all
Returns a hashref with the key and the request result.
AUTHOR
Sawyer X, <xsawyerx at cpan.org>