2025-07-03 01:37:41 +03:00
|
|
|
{% extends 'base.tmpl' %}
|
|
|
|
|
|
|
|
|
|
{% block title %}
|
2026-01-16 02:27:07 +03:00
|
|
|
<img src="/static/icon/lair.webp" class="icon" />
|
2025-12-31 12:01:40 +03:00
|
|
|
Lair
|
2025-07-03 01:37:41 +03:00
|
|
|
{% endblock %}
|
|
|
|
|
|
|
|
|
|
{% block content %}
|
2025-12-31 12:01:40 +03:00
|
|
|
<a href="https://b.lair.moe" target="_blank" class="block">
|
2025-07-03 01:37:41 +03:00
|
|
|
<div class="header">
|
|
|
|
|
<img src="/static/icon/service/sharkey.webp" class="icon"/>
|
|
|
|
|
<strong>Sharkey</strong>
|
|
|
|
|
</div>
|
2025-08-09 02:28:03 +03:00
|
|
|
<p>{{ _('index.descr:sharkey') }}</p>
|
2025-07-03 01:37:41 +03:00
|
|
|
</a>
|
2025-12-31 12:01:40 +03:00
|
|
|
<a href="https://g.lair.moe" target="_blank" class="block">
|
2025-07-03 01:37:41 +03:00
|
|
|
<div class="header">
|
|
|
|
|
<img src="/static/icon/service/gitea.webp" class="icon"/>
|
|
|
|
|
<strong>Gitea</strong>
|
|
|
|
|
</div>
|
2025-08-09 02:28:03 +03:00
|
|
|
<p>{{ _('index.descr:gitea') }}</p>
|
2025-07-03 01:37:41 +03:00
|
|
|
</a>
|
|
|
|
|
|
|
|
|
|
<div class="block">
|
2026-03-06 22:49:03 +03:00
|
|
|
<p><a href="https://m.lair.moe" target="_blank"><strong>Matrix</strong></a> — {{ _('index.descr:matrix') }}</p>
|
2025-12-31 12:01:40 +03:00
|
|
|
<p><a href="https://c.lair.moe" target="_blank"><strong>Copyparty</strong></a> — {{ _('index.descr:copyparty') }}</p>
|
|
|
|
|
<p><a href="https://tools.lair.moe" target="_blank"><strong>IT-tools</strong></a> — {{ _('index.descr:tools') }}</p>
|
|
|
|
|
<p><a href="https://vert.lair.moe" target="_blank"><strong>Vert</strong></a> — {{ _('index.descr:vert') }}</p>
|
2025-07-03 01:37:41 +03:00
|
|
|
</div>
|
|
|
|
|
|
2025-12-16 04:55:04 +03:00
|
|
|
<div class="block">
|
2025-12-31 12:01:40 +03:00
|
|
|
<strong>{{ _('index:altfronts') }}</strong>
|
|
|
|
|
<p><a href="https://s.lair.moe" target="_blank"><strong>4get</strong></a> — {{ _('index.descr:4get') }}</p>
|
|
|
|
|
<p><a href="https://tl.lair.moe" target="_blank"><strong>TransLite</strong></a> — {{ _('index.descr:tl') }}</p>
|
|
|
|
|
<p><a href="https://lyr.lair.moe" target="_blank"><strong>Intellectual</strong></a> — {{ _('index.descr:lyr') }}</p>
|
2025-12-16 04:55:04 +03:00
|
|
|
</div>
|
|
|
|
|
|
2025-07-03 01:37:41 +03:00
|
|
|
<div class="block">
|
|
|
|
|
<div>
|
|
|
|
|
<strong>DNS</strong>:
|
|
|
|
|
<ul>
|
2025-08-15 20:52:14 +03:00
|
|
|
<li><span class="mono">64.188.64.176</span></li>
|
2025-12-31 12:01:40 +03:00
|
|
|
<li>DoT: <span class="mono">lair.moe:853</span></li>
|
|
|
|
|
<li>DoH: <span class="mono">dns.lair.moe</span></li>
|
2025-07-03 01:37:41 +03:00
|
|
|
</ul>
|
|
|
|
|
</div>
|
|
|
|
|
<p>
|
|
|
|
|
<strong>Yggdrasil</strong>:
|
|
|
|
|
<span class="mono">200:ee1:bad2:1732:4b91:c3e3:2f08:29b3</span>
|
|
|
|
|
</p>
|
|
|
|
|
</div>
|
|
|
|
|
{% endblock %}
|