{{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 warning %}
{{warning|safe}}
{% endif %} {% if error %}
{{error|safe}}
{% 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…