https://github.com/guusdk/external-ip-check
Java executable library that uses public services to determine one's public IP address.
https://github.com/guusdk/external-ip-check
Last synced: 2 months ago
JSON representation
Java executable library that uses public services to determine one's public IP address.
- Host: GitHub
- URL: https://github.com/guusdk/external-ip-check
- Owner: guusdk
- License: apache-2.0
- Created: 2017-04-28T22:13:41.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-04-29T10:58:26.000Z (about 8 years ago)
- Last Synced: 2025-02-13T06:19:05.281Z (4 months ago)
- Language: Java
- Size: 15.6 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
External IP Check
========
[](https://travis-ci.org/guusdk/external-ip-check)About
-----
A Java library (and executable) that will resolve the external IP address of the host on which the application is executed.This implementation makes requests to public (web) services that respond with the IP address of the originating
entity.