Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/mtojek/myip

Quickly lookup external IP address in Go
https://github.com/mtojek/myip

Last synced: 27 days ago
JSON representation

Quickly lookup external IP address in Go

Awesome Lists containing this project

README

        

# myip

[![Build Status](https://travis-ci.org/mtojek/myip.svg?branch=master)](https://travis-ci.org/mtojek/myip)

Status: **Done**

Quickly lookup external IP address in Go. Uses [miekg/dns](https://github.com/miekg/dns) package and the OpenDNS resolver.

## Usage

~~~
$ go get github.com/mtojek/myip
$ myip
54.85.122.249
~~~