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.