This commit is contained in:
Kerry Knopp 2018-08-17 15:04:24 +00:00 committed by GitHub
commit ce0f37d8da
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 4 deletions

View File

@ -100,10 +100,11 @@ $ 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>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>
<p>It's possible to force protocol using <i>v4</i> and <i>v6</i> subdomains.
Create an A record for <i>v4</i>, but not an AAAA record. Create an AAAA record
for <i>v6</i>. IPv4 or IPv6 still can also be forced on the primary domain if both
A and AAAA records are created for it 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>