{% extends "base.html" %} {% load bootstrap %} {% load static %} {% block content %}

Your IP(s):

{% if request.session.ipv4 %}

{{request.session.ipv4}}

{% endif %} {% if request.session.ipv6 %}

{{request.session.ipv6}}

{% endif %}

nsupdate.info - the Dynamic DNS service you waited for.

Free and Nice

nsupdate.info 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.

{% endblock %}