{% extends "layout.html" %} {% block content %}

URL or IP lookup

OR

{% if host_type == "domain" %} {% include "domain.html" %} {% elif host_type == "URL" %} {% include "URL.html" %} {% elif host_type == "IPv4" %} {% include "IPv4.html" %} {% elif host_type == "IPv6" %} {% include "IPv6.html" %} {% else %}

Copy paste your URLs or IPs and press submit!

{% include "empty_form.html" %} {% endif %} {% endblock %} {% block scripts %} {% endblock %}