{% extends "base.html" %} {% import "helpers.html" as helper %} {% import "links.html" as links %} {% block title %}AS{{ data.asn }}{% endblock %} {% block og_title %}AS{{ data.asn }}{% endblock %} {% block h1 %}AS{{ data.asn }}{% endblock %} {% block og_path %}/?query=AS{{ data.asn }}{% endblock %} {% block content %} {% if data.result.idn %} {% set idn = data.result.idn %}

Internationalized Domain Names

Because of some limitations the DNS has, Unicode caracters need a special encoding.

{% if idn.original_was == "unicode" %}

Your Unicode query has been encoded as the IDN {{ idn.idn }} to generate the results below.

{% else %}

Your IDN would decode to {{ idn.unicode }}.

{% endif %}
{% endif %}

Other Services

{{ links::asn_links(asn=data.asn) }}
{% endblock %}