An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

        

External IP Check
========
[![Build Status](https://travis-ci.org/guusdk/external-ip-check.svg?branch=master)](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.