Make a squash
This commit is contained in:
commit
113992f95b
21 changed files with 3339 additions and 0 deletions
15
web/templates/dnat/index.html
Normal file
15
web/templates/dnat/index.html
Normal file
|
@ -0,0 +1,15 @@
|
|||
{% extends 'base.html' %}
|
||||
|
||||
{% block content %}
|
||||
<p>
|
||||
Tu lahko urejate preusmeritve DNAT za IPv4.
|
||||
|
||||
<form id="request" method="POST">
|
||||
{% for int_ip, ext_ip in dnat %}
|
||||
<p>
|
||||
<input name="ext_ip" value="{{ ext_ip }}"/>
|
||||
<input name="int_ip" value="{{ int_ip }}"/>
|
||||
{% endfor %}
|
||||
<button id="submit" type="submit">Shrani</button>
|
||||
</form>
|
||||
{% endblock %}
|
Loading…
Add table
Add a link
Reference in a new issue