{{config.DOMAIN|capitalize}} / Looking Glass
Nodes:
all
{% for host in config.PROXY %}
{{host}}
{% endfor %}
Protocols:
ipv4
ipv6
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}}/{{proto}}: {{ commands_dict[request_type]|replace("...", request_args) }}
{% endfor %}
×
Modal header
One fine body…