blob: 98b33c220858adddd6812ece16b90392e1e58747 [file] [log] [blame]
{% extends "basic.html" %}
{% block content %}
<h2>Claiming a device</h2>
<p class="error">Your IP address is outside of hackerspace LAN network. You might want to connect to HS WiFi and disable vpn's and mobile data.</p>
<p>
Make sure you:
<ul>
<li>connected to HS lan network</li>
<li>disabled VPN connections</li>
<li>use customs DNS server 10.8.1.2</li>
</ul>
</p>
<p> your IP: {{ ip_address }} </p>
{% endblock %}