Rework NAT settings

Support static NAT for L2 server networks. Also some other minor
tweaks.
This commit is contained in:
Timotej Lazar 2023-04-25 17:06:31 +02:00
parent 9476a28674
commit 968a2736d2
2 changed files with 56 additions and 31 deletions

View file

@ -4,6 +4,7 @@
<ul>
{% if current_user.is_admin %}
<li><a href="{{ url_for('config.index') }}">Nastavitve
<li><a href="{{ url_for('config.edit', name='networks') }}">Omrežja
<li><a href="{{ url_for('config.edit', name='groups') }}">Skupine
<li><a href="{{ url_for('config.edit', name='forwards') }}">Luknje
{% endif %}