https://github.com/rhymeswithmogul/ipvme-c
A small app to find your WAN IP addresses.
https://github.com/rhymeswithmogul/ipvme-c
c11 c17 c99 icanhazip ip ip-address ip-address-information-getting ip-address-lookup ip-address-tool ip-addresses ipv4 ipv4-address ipv6 ipv6-address ipv6-leakage networking wan
Last synced: 24 days ago
JSON representation
A small app to find your WAN IP addresses.
- Host: GitHub
- URL: https://github.com/rhymeswithmogul/ipvme-c
- Owner: rhymeswithmogul
- License: agpl-3.0
- Created: 2022-09-19T04:26:47.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-05-27T01:15:11.000Z (almost 2 years ago)
- Last Synced: 2025-02-15T04:24:41.306Z (3 months ago)
- Topics: c11, c17, c99, icanhazip, ip, ip-address, ip-address-information-getting, ip-address-lookup, ip-address-tool, ip-addresses, ipv4, ipv4-address, ipv6, ipv6-address, ipv6-leakage, networking, wan
- Language: C
- Homepage:
- Size: 54.7 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
- Authors: AUTHORS
Awesome Lists containing this project
README
# IPvMe
[](https://app.codacy.com/gh/rhymeswithmogul/IPvMe-C?utm_source=github.com&utm_medium=referral&utm_content=rhymeswithmogul/IPvMe-C&utm_campaign=Badge_Grade_Settings)
A simple command-line app to find your computer's WAN IP address(es), courtesy of [ip6.me](https://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:
```console
$ ./ipvme
IPv4 address = 192.0.2.1
IPv6 address = 2001:db8::1
```Or with a switch:
```console
$ ./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](https://ip6.me).
This app uses version 1.1 of the [ip6.me API](https://ip6.me/api/docs/). Obviously, using this app will leak your IP address(es) to the remote server.