mirror of
https://github.com/mpolden/echoip.git
synced 2024-11-10 07:27:22 +01:00
Update FAQ
This commit is contained in:
parent
91f0c17c94
commit
2b72ea66e8
@ -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
|
||||
|
@ -100,7 +100,10 @@ $ http {{ .Host }}/port/8080
|
||||
<div class="pure-u-1 pure-u-md-1-2">
|
||||
<h2>FAQ</h2>
|
||||
<h3>How do I force IPv4 or IPv6 lookup?</h3>
|
||||
<p>IPv4 or IPv6 lookup can be forced by using the <a href="//v4.ifconfig.co">v4</a> and <a href="//v6.ifconfig.co">v6<a> subdomains.</p>
|
||||
<p>As of 2018-07-25 it's no longer possible to force protocol using
|
||||
the <i>v4</i> and <i>v6</i> subdomains. IPv4 or IPv6 still can be forced
|
||||
by passing the appropiate flag to your client, e.g <code>curl -4</code>
|
||||
or <code>curl -6</code>.</p>
|
||||
|
||||
<h3>Is automated use of this service permitted?</h3>
|
||||
<p>
|
||||
|
Loading…
Reference in New Issue
Block a user