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

Your current IP(s):

IPv4: {{ request.session.ipv4 }}

IPv6: {{ request.session.ipv6 }}

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

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

Free and Nice

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

Free and Open Source

nsupdate.info is free and open-source software.

nsupdate.info project on GitHub

Awesome Code

Empowered by Python and Django,
we love to write clean and secure code.

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