{% extends "base.html" %} {% load i18n %}{% load bootstrap %} {% load static %} {% block html_head %} {% include "main/includes/home_html_head.html" %} {% endblock %} {% block content %} {% include "main/includes/home_top.html" %}

{% trans "Your current IP(s) + reverse DNS:" %}

IPv4: {{ request.session.ipv4 }}

rDNS: {{ request.session.ipv4_rdns }}

IPv6: {{ request.session.ipv6 }}

rDNS: {{ request.session.ipv6_rdns }}

{% include "main/includes/home_middle.html" %}

{{ WWW_HOST }} — {% trans "the Dynamic DNS service you waited for." %}

{% trans "Free and Nice" %}

{{ WWW_HOST }} {% trans "is a free service." %}
{% trans "Also, we won't annoy you with ads or spam." %}

{% trans "Free and Open Source" %}

{% trans "nsupdate.info is free and open-source software." %}

{% trans "nsupdate.info project on GitHub" %}

{% trans "Awesome Code" %}

{% blocktrans trimmed %} Empowered by Python and Django,
we love to write clean and secure code. {% endblocktrans %}

{% include "main/includes/home_bottom.html" %} {% endblock %}