{% extends "base.html" %} {% block content %}

Network Whitelist


Unless otherwise specified, emulated network conditions are applied to all incoming packets.

For cases where this is not desired, a whitelist is provided. Packets being sent to or originating from addresses on the whitelist are not subject to the emulated conditions.


{% if method == 'POST' %} {% if success %} {% else %} {% endif %} {% endif %}
IP address

Whitelist
{% for address in whitelist %} {% endfor %}
IP Address Action
{{ address }}
{% endblock %}