mirror of
https://github.com/mpolden/echoip.git
synced 2025-07-17 14:33:30 +02:00
Rename ipd -> echoip
This commit is contained in:
10
README.md
10
README.md
@ -1,6 +1,6 @@
|
||||
# ipd
|
||||
# echoip
|
||||
|
||||
[](https://travis-ci.org/mpolden/ipd)
|
||||
[](https://travis-ci.org/mpolden/echoip)
|
||||
|
||||
A simple service for looking up your IP address. This is the code that powers
|
||||
https://ifconfig.co.
|
||||
@ -89,7 +89,7 @@ between IPv4 and IPv6 lookup.
|
||||
Compiling requires the [Golang compiler](https://golang.org/) to be installed.
|
||||
This package can be installed with `go get`:
|
||||
|
||||
`go get github.com/mpolden/ipd/...`
|
||||
`go get github.com/mpolden/echoip/...`
|
||||
|
||||
For more information on building a Go project, see the [official Go
|
||||
documentation](https://golang.org/doc/code.html).
|
||||
@ -97,9 +97,9 @@ documentation](https://golang.org/doc/code.html).
|
||||
### Usage
|
||||
|
||||
```
|
||||
$ ipd -h
|
||||
$ echoip -h
|
||||
Usage:
|
||||
ipd [OPTIONS]
|
||||
echoip [OPTIONS]
|
||||
|
||||
Application Options:
|
||||
-f, --country-db=FILE Path to GeoIP country database
|
||||
|
Reference in New Issue
Block a user