Add support for managing forwarding rules
This commit is contained in:
parent
52a5b7cd11
commit
765d4a3ce7
8 changed files with 169 additions and 4 deletions
|
@ -8,7 +8,7 @@
|
|||
<dd>nastavitve aplikacije FRIwall
|
||||
<dt><a href="{{ url_for('config.edit', name='networks') }}">Omrežja</a>
|
||||
<dd>definicije obsegov IP
|
||||
<dt><a href="{{ url_for('config.edit', name='forwards') }}">Luknje</a>
|
||||
<dt><a href="{{ url_for('rules.index') }}">Urejanje pravil</a>
|
||||
<dd>pravila za posredovanje prometa
|
||||
<dt><a href="{{ url_for('config.edit', name='nat') }}">NAT</a>
|
||||
<dd>javni naslovi za pisarniška omrežja
|
||||
|
@ -22,6 +22,8 @@
|
|||
<section>
|
||||
<dt><a href="{{ url_for('vpn.index') }}">VPN</a>
|
||||
<dd>urejanje ključev za WireGuard VPN
|
||||
<dt><a href="{{ url_for('rules.manage') }}">Pravila</a>
|
||||
<dd>vklop / izklop pravil za požarni zid
|
||||
</dl>
|
||||
</section>
|
||||
{% endblock %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue