mirror of
https://github.com/r4sas/py-i2phosts
synced 2025-01-09 22:38:08 +00:00
0007450844
If user wants to register a subdomain, he must prove he is owner of 2nd-level domain. He must create a file with random name generated by us in webserver's document root in 2nd-level domain. Then we trying to fetch this file. If it success, registration gets accepted.
9 lines
134 B
HTML
9 lines
134 B
HTML
{% extends "base.html" %}
|
|
|
|
{% block content %}
|
|
<p>
|
|
Verification failed. Webserver returned http code: {{ code }}
|
|
</p>
|
|
|
|
{% endblock %}
|