From 2b72ea66e87b55b8c537cfafe20a622f7728fb1c Mon Sep 17 00:00:00 2001 From: Martin Polden Date: Wed, 25 Jul 2018 22:44:43 +0200 Subject: [PATCH] Update FAQ --- README.md | 3 --- index.html | 5 ++++- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 7652809..e3c0fd4 100644 --- a/README.md +++ b/README.md @@ -66,9 +66,6 @@ $ curl ifconfig.co/port/80 Pass the appropriate flag (usually `-4` and `-6`) to your client 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 diff --git a/index.html b/index.html index 4cafb20..b2081f4 100644 --- a/index.html +++ b/index.html @@ -100,7 +100,10 @@ $ http {{ .Host }}/port/8080

FAQ

How do I force IPv4 or IPv6 lookup?

-

IPv4 or IPv6 lookup can be forced by using the v4 and v6 subdomains.

+

As of 2018-07-25 it's no longer possible to force protocol using + the v4 and v6 subdomains. IPv4 or IPv6 still can be forced + by passing the appropiate flag to your client, e.g curl -4 + or curl -6.

Is automated use of this service permitted?