{{config.DOMAIN|capitalize}}
all
{% for host in config.PROXY %}
{{host}}
{% endfor %}
{% if not config.UNIFIED_DAEMON %}
ipv4
ipv6
{% endif %}
Show protocols
{% for id, text in commands %}
{{text}}
{% endfor %}
{% if warnings %}
{% for warning in warnings %}{{warning}}
{% endfor %}
{% endif %} {% if errors %}
{% for error in errors %}{{error}}
{% endfor %}
{% endif %} {% block body %}{% endblock %}
Request history
{% for hosts, proto, request_type, request_args in session.history %}
{{hosts}}{% if not config.UNIFIED_DAEMON %}/{{proto}}{% endif %}: {{ commands_dict[request_type]|replace("...", request_args) }}
{% endfor %}
Modal header
×
One fine body...