{% extends 'base' %} {% block content %}

Create a new Domain

{% if data.error %} {% endif %} {% if data.form_request and data.token.Ok %}

Set to your current IP:

curl http://localhost:8053/api/update?token={{ data.token.Ok }}&domain={{ data.domainname }}

Set to a specific IP:

curl http://localhost:8053/api/update?token={{ data.token.Ok }}&domain={{ data.domainname }}&ip=1.2.3.4
{% endif %} {% if not data.form_request %}
{% endif %} {% endblock %}