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

https://github.com/embeddedenterprises/ipinfo

Simple service to return the ip address of a remote peer, can be run behind a reverse proxy
https://github.com/embeddedenterprises/ipinfo

Last synced: about 1 month ago
JSON representation

Simple service to return the ip address of a remote peer, can be run behind a reverse proxy

Awesome Lists containing this project

README

          

# ipinfo

[![Latest Tag](https://img.shields.io/github/tag/EmbeddedEnterprises/ipinfo.svg)](https://github.com/EmbeddedEnterprises/ipinfo/releases) [![Build Status](https://travis-ci.org/EmbeddedEnterprises/ipinfo.svg?branch=master)](https://travis-ci.org/EmbeddedEnterprises/ipinfo) [![Go Report Card](https://goreportcard.com/badge/github.com/EmbeddedEnterprises/ipinfo)](https://goreportcard.com/report/github.com/EmbeddedEnterprises/ipinfo) [![GoDoc](https://godoc.org/github.com/EmbeddedEnterprises/ipinfo?status.svg)](https://godoc.org/github.com/EmbeddedEnterprises/ipinfo)

Simple HTTP server to return the peers ip address.

---