mirror of
https://codeberg.org/slatian/service.echoip-slatecave.git
synced 2025-07-16 22:13:30 +02:00
Spellchekced the templates
This commit is contained in:
@ -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 %}
|
||||
|
Reference in New Issue
Block a user