Spellchekced the templates

This commit is contained in:
Slatian
2023-04-29 13:05:48 +02:00
parent f9753ccbfc
commit c9d0c44985
10 changed files with 31 additions and 30 deletions

View File

@ -9,7 +9,7 @@
{%- set idn = data.result.idn -%}
## Internationalized Domain Names
Because of some limitations the DNS has, Unicode caracters need a special encoding.
Because of some limitations the DNS has, Unicode characters need a special encoding.
{%- if idn.original_was == "unicode" -%}
Your Unicode query has been encoded as an IDN to generate the results below.
```
@ -43,7 +43,7 @@ This domain has a cname set, this means its contents are full replaced by the li
{{ r.cname[0] }}
Usually you get the A and AAAA records for the linked record to avoid uneccessary requests. If anything else resolves, that is a violation of the DNS specification.
Usually you get the A and AAAA records for the linked record to avoid unnecessary requests. If anything else resolves, that is a violation of the DNS specification.
{% if r.cname | length > 1 -%}
This domain resolves to multiple CNAMEs, this is not allowed by the DNS specification!
{%- endif %}