https://github.com/dnmfarrell/www-canihazip
get your external ip address with canihazip.com
https://github.com/dnmfarrell/www-canihazip
Last synced: about 2 months ago
JSON representation
get your external ip address with canihazip.com
- Host: GitHub
- URL: https://github.com/dnmfarrell/www-canihazip
- Owner: dnmfarrell
- License: other
- Created: 2016-04-12T13:30:18.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2017-02-23T04:00:52.000Z (over 9 years ago)
- Last Synced: 2025-01-16T16:49:29.291Z (over 1 year ago)
- Language: Perl
- Size: 8.79 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.pod
- License: LICENSE
Awesome Lists containing this project
README
=pod
=encoding UTF-8
=head1 NAME
WWW::canihazip - Returns your ip address using L
=head1 VERSION
version 0.01
=head1 SYNOPSIS
use WWW::canihazip;
my $ip = get_ip();
=head1 EXPORTS
Exports the C function.
=head1 FUNCTIONS
=head2 get_ip
Returns your external ipv4 address.
=head1 SEE ALSO
L - a similar module that returns your ip address and more
L - a similar module that returns your ip address
L - a wrapper module that uses up to 3 services to retrieve your IP address
=head1 AUTHOR
David Farrell
=head1 COPYRIGHT AND LICENSE
This software is copyright (c) 2016 by David Farrell.
This is free software; you can redistribute it and/or modify it under
the same terms as the Perl 5 programming language system itself.
=cut