{% extends "master.html" %} {% block title %}{{_('user.home.title')}}{% endblock %} {% block body %} {% include "home/usage.html" %}

لطفا نوع گوشی یا سیستم عامل خود را انتخاب کنید
{% include 'home/telegram.html' %}
{% include 'home/android.html' %}
{% include 'home/ios.html' %}
{% include "home/windows.html" %}
لطفا گزینه مورد نظر خود را انتخاب کنید
{% include 'home/all-configs.html'%}
{% include 'home/speedtest.html' %}
{% include 'home/doh.html' %}

QR code

To copy or share links, click on the gray field to scan the QR Code. It will be displayed.

{% endblock %} {% block scripts %} {{ super() }} {% endblock %}