diff --git a/templates/dig.html b/templates/dig.html index 4f30aa1..93ee54c 100644 --- a/templates/dig.html +++ b/templates/dig.html @@ -39,7 +39,7 @@ {% endif %} {% if r.cname %} -

This domain has a cname set, this means its contents are full replaced by the linked record.

+

This domain has a CNAME set, this means its contents are full replaced by the linked record.

{{ helper::dig(extra=extra, name=r.cname[0]) }}

@@ -194,7 +194,7 @@

Programatic Lookup

If you want to look up this information in another program the short answer is don't, look up the names using your local DNS!

On most systems on the commandline you have commands like host and dig even when not present you can probably use ping as a workaround as it resolves the name and gives you the IP-Address it is pinging.

-

Why queryting this service is still useful

+

Why querying this service is still useful

This service most probably doesn't share its cache with your local resolver, this way you have a way to see if your DNS-change had the effect it should have.

It may also be useful for debugging other dns problems or to get around a local resolver that is lying to you because your ISP is a something.

How?

diff --git a/templates/ip.html b/templates/ip.html index 16b64f6..f220dd6 100644 --- a/templates/ip.html +++ b/templates/ip.html @@ -60,7 +60,7 @@ {% endif %} {% if r.location.coordinates %}
Coordinates
-
lat: {{r.location.coordinates.lat}}, lon: {{r.location.coordinates.lon}}
+
lat: {{r.location.coordinates.lat}}, lon: {{r.location.coordinates.lon}}
{% endif %} diff --git a/templates/links.html b/templates/links.html index 22dc01e..9478607 100644 --- a/templates/links.html +++ b/templates/links.html @@ -3,6 +3,7 @@ {% endmacro domain_name_links %} @@ -27,7 +31,8 @@
  • … on Hurricane Electric BGP Toolkit
  • … on radar.qrator.net (BGP Tool)
  • … on search.censys.io (10 querys per day, wants an account)
  • -
  • … on Wikidata and Wikipedia (Press the run buttonin the sidebar to get results)
  • +
  • … on client.rdap.org (a modern whois, make sure to allow xhr to 3rd parties)
  • +
  • … on Wikidata and Wikipedia (Press the run button in the sidebar to get results)
  • {% endmacro asn_links %}