The Record statement from the Domain registry .cz
These data are valid for {{ timestamp|parse_datetime|date:"SHORT_DATETIME_FORMAT" }}
Key set
{% for key in dns_keys %}
DNS Key
Flags: |
{{ key.flags }},
{% with key.flags|parse_dnskey_flags as flags %}
{% for flag in flags.flags %}
{{ flag.label }}{% if not forloop.last %}, {% endif %}
{% endfor %}
{% endwith %}
|
Protocol: |
{{ key.protocol }},
{% with key.protocol|parse_dnskey_protocol as proto %}
{{ proto.label }}
{% endwith %}
|
Algorithm: |
{{ key.algorithm }},
{% with key.algorithm|parse_dnskey_algorithm as alg %}
{{ alg.label }}
{% endwith %}
|
Key: |
{{ key.key|forcewrap:55|linebreaksbr }} |
{% empty %}
DNS Key
Unassigned
{% endfor %}
Technical contacts
{% for tech in technical_contacts %}
Handle, Name, Organization: |
{{ tech.handle }}{% if tech.name %}, {{ tech.name }}{% endif %}{% if tech.organization %}, {{ tech.organization|truncatechars:32 }}{% endif %}
|
{% endfor %}
Sponsoring registrar
Handle, Name, Organization: |
{{ registrar.handle }}{% if registrar.name %}, {{ registrar.name }}{% endif %}{% if registrar.organization %}, {{ registrar.organization|truncatechars:32 }}{% endif %}
|
Nameserver set object states
Status |
{% for flag in flags %}
{{ flag|state_flag_description }}
{% endfor %}
|
{% endlanguage %}