{% extends "base.html" %} {% block title %}NetHang - Simulation{% endblock %} {% block content %}
Path(s)
{{ config.lan_interface }}
{{ config.wan_interface }}
{% if paths|length > 0 %} {% for path in paths %} {% endfor %} {% else %} {% endif %}
LAN ↔ WAN Prot Status Actions
{{ path.filter_settings.lan_ip }}{% if path.filter_settings.protocol != 'ip' %}:{{ path.filter_settings.lan_port }}{% endif %} ↔ {{ path.filter_settings.wan_ip }}{% if path.filter_settings.protocol != 'ip' %}:{{ path.filter_settings.wan_port }}{% endif %}
{{ path.filter_settings.protocol|upper }} {{ path.status|upper }}
{% if path.status == 'active' %} {% else %} {% endif %}
No paths found

Select a path to view details

{% endblock %} {% block extra_js %} {% endblock %}