From 686eb84f5397fb92f2019065bdc60acc3ea0d8f7 Mon Sep 17 00:00:00 2001 From: Martin Polden Date: Thu, 1 Mar 2018 20:48:53 +0100 Subject: [PATCH] Reword --- index.html | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/index.html b/index.html index f1e3b78..7148a4f 100644 --- a/index.html +++ b/index.html @@ -108,11 +108,16 @@ $ http {{ .Host }}/port/8080

How do I force IPv4 or IPv6 lookup?

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

-

Is using this service from automated scripts/tools permitted?

-

Yes, as long as the rate limit is respected. Please limit - automated requests to 1 request per minute. No guarantee is made - for requests that exceed this limit. They may be rate-limited (with a - 429 response code) or dropped entirely.

+

Is automated use of this service permitted?

+

+ Yes, as long as the rate limit is respected. The rate limit is in + place to ensure a fair service for all. +

+

+ Please limit automated requests to 1 request per minute. No + guarantee is made for requests that exceed this limit. They may be + rate-limited, with a 429 status code, or dropped entirely. +

Can I run my own service?

Yes, the source code and documentation is available on GitHub.