rhymeswithmogul / IPvMe-C

A small app to find your WAN IP addresses.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

IPvMe

Codacy Badge

A simple command-line app to find your computer's WAN IP address(es), courtesy of ip6.me.

Help

Just run it and it works. You may also use the --ipv4 and --ipv6 options to fine-tune things.

Examples

Run it normally:

$ ./ipvme
IPv4 address = 192.0.2.1
IPv6 address = 2001:db8::1

Or with a switch:

$ ./ipvme -6
IPv6 address = 2001:db8::1

Legal and Privacy Notices

This app is not endorsed by (or known by) whomever runs the fine service over at ip6.me.

This app uses version 1.1 of the ip6.me API. Obviously, using this app will leak your IP address(es) to the remote server.

About

A small app to find your WAN IP addresses.

License:GNU Affero General Public License v3.0


Languages

Language:C 63.8%Language:M4 26.0%Language:Shell 6.3%Language:Makefile 4.0%