{% extends "iptables/__base.html" %} {% load i18n %} {% block headtitle %}{% trans 'Edit Rule · Silent Dune' noop %}{% endblock %} {% block page-content %}
{% csrf_token %}
Rule Information
Rule Details
Transport

Select transport version.

Invert
Match packets to be sent to this address.
Choose the Table the rule should routed through.
Choose the Chain to attach the Rule to.
Invert
Iface In
Match packets received on this interface.
Invert
Iface Out
Match packets to be sent on this interface.
Invert
Source
Mask
Match packets received from this address.
Invert
Destination
Mask
Match packets to be sent to this address.
{% if can_edit %} {% endif %}
Rule Matches
Match
{% for match in matches %} {% endfor %}
{% for option in match.options.all %} {% empty %} {% endfor %}
{{ match.name }} Match
{% if option.invertible %} Invert {% else %}
 
{% endif %}
{{ option.option }}
Option comment here.
{% if can_edit %} {% endif %}
Rule Jump
Jump Option
{% for option in jump_options %} {% empty %} {% endfor %}
 
{{option.name}}
Choose the Chain to attach the Rule to.
{% if can_edit %} {% endif %}
{% endblock page-content %} {% block script %} {% endblock script %}