Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpolden/echoip.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Polden <martin.polden@gmail.com>2017-03-30 23:23:48 +0300
committerMartin Polden <martin.polden@gmail.com>2017-03-30 23:25:37 +0300
commit81b7c71ce111acb9d92ade108a0a97015d9feb80 (patch)
tree479889d8333a314278f95ffacd25adf274d05b01 /README.md
parenta838be0efd499d2c44e3df69cd22c4682c12338b (diff)
Update documentation
Diffstat (limited to 'README.md')
-rw-r--r--README.md9
1 files changed, 1 insertions, 8 deletions
diff --git a/README.md b/README.md
index af70f24..b84ec0f 100644
--- a/README.md
+++ b/README.md
@@ -45,16 +45,9 @@ $ http --json ifconfig.co
}
```
-Pass the appropriate flag (usually `-4` and `-6`) to your tool to switch between
-IPv4 and IPv6 lookup.
-
-The subdomains https://v4.ifconfig.co and https://v6.ifconfig.co can be used to
-force IPv4 or IPv6 lookup.
-
## Features
* Easy to remember domain name
-* Supports IPv4 and IPv6
* Supports HTTPS
* Open source under the [BSD 3-Clause license](https://opensource.org/licenses/BSD-3-Clause)
* Fast
@@ -66,7 +59,7 @@ force IPv4 or IPv6 lookup.
* To scratch an itch
* An excuse to use Go for something
-* Faster than ifconfig.me and has IPv6 support
+* Faster than ifconfig.me
## Building