made html templates more readable

This commit is contained in:
Daniel Steglich 2015-02-23 12:30:47 +00:00
parent 81c405cfa3
commit 88358de59e
2 changed files with 17 additions and 5 deletions

View File

@ -20,7 +20,17 @@
{% block content %}
<h2>DynamicDNS client</h2>
<p>If your internet provider changes your IP address periodic (i.e. every 24h) it may be hard for others to find you in the WEB. And for this reason nobody may find the services which are provided by FreedomBox (like your ownCloud). The solution is to assign a DNS name to your IP address and update the DNS name every time your IP is changed by your Internet provider. Dynamic DNS allows you to push your current public IP address to an <a href='http://gnudip2.sourceforge.net/'
target='_blank'> gnudip </a> server. Afterwards the Server will assign your DNS name with the new IP and if someone from the internet asks for your DNS name he will get your current IP answered. If you are looking for a free dynamic DNS account, you may find one <a href='http://gnudip.datasystems24.net' target='_blank'> here</a></p>
<p>If your internet provider changes your IP address periodic (i.e. every 24h)
it may be hard for others to find you in the WEB. And for this reason nobody
may find the services which are provided by FreedomBox (like your ownCloud).
</br> </br>
The solution is to assign a DNS name to your IP address and update the DNS
name every time your IP is changed by your Internet provider. Dynamic DNS
allows you to push your current public IP address to an
<a href='http://gnudip2.sourceforge.net/' target='_blank'> gnudip </a> server.
Afterwards the Server will assign your DNS name with the new IP and if someone
from the internet asks for your DNS name he will get your current IP answered.
</br> </br>
If you are looking for a free dynamic DNS account, you may find one
<a href='http://gnudip.datasystems24.net' target='_blank'> here</a></>
{% endblock %}

View File

@ -29,8 +29,10 @@
Direct connection to the internet.
{% else %}
Behind NAT, this means that dynamic DNS service will poll the
"IP check URL" for changes (we need the "IP check URL" for this reason - otherwise we will not detect IP changes).
It may take up to {{ timer }} minutes until we update your DNS entry in case of WAN IP change.
"IP check URL" for changes (we need the "IP check URL" for this reason
- otherwise we will not detect IP changes).
It may take up to {{ timer }} minutes until we update your DNS entry in
case of WAN IP change.
{% endif %}
{% endif %}
<h3>Last update</h3>