mirror of
https://github.com/eduardogsilva/wireguard_webadmin.git
synced 2025-08-26 21:31:14 +00:00
Firewall related/established rule fixed in the header
Auto Initialize firewall with default ruleset for new webadmin instances
This commit is contained in:
@@ -47,6 +47,21 @@
|
||||
<th><i class="far fa-edit"></i></th>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr class="fw_automatic_rule">
|
||||
<td>-</td>
|
||||
<td><i class="fas fa-info-circle" title="Automatic rule: Allow established/related traffic"></i></td>
|
||||
<td></td>
|
||||
<td></td>
|
||||
<td></td>
|
||||
<td></td>
|
||||
<td>all</td>
|
||||
<td></td>
|
||||
<td>Related<br>
|
||||
Established
|
||||
</td>
|
||||
<td>ACCEPT</td>
|
||||
<td></td>
|
||||
</tr>
|
||||
|
||||
{% for rule in port_forward_list %}
|
||||
{% if rule.add_forward_rule and current_chain == 'forward' %}
|
||||
|
Reference in New Issue
Block a user