mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-04-08 09:41:35 +00:00
openvpn: Show port forwarding info
Signed-off-by: James Valleroy <jvalleroy@mailbox.org> Reviewed-by: Sunil Mohan Adapa <sunil@medhas.org>
This commit is contained in:
parent
bf63ebaa96
commit
d63a4e5b3c
@ -118,6 +118,24 @@
|
||||
|
||||
{% include "diagnostics_button.html" with module="openvpn" enabled=status.enabled %}
|
||||
|
||||
{% if port_forwarding_info %}
|
||||
<h3>{% trans "Port Forwarding" %}</h3>
|
||||
|
||||
<p>
|
||||
{% blocktrans trimmed %}
|
||||
If your FreedomBox is behind a router, you will need to set up port
|
||||
forwarding on your router. You should forward the following ports for
|
||||
OpenVPN:
|
||||
{% endblocktrans %}
|
||||
</p>
|
||||
|
||||
<ul>
|
||||
{% for port in port_forwarding_info %}
|
||||
<li>{{ port.0 }} {{ port.1 }}</li>
|
||||
{% endfor %}
|
||||
</ul>
|
||||
{% endif %}
|
||||
|
||||
<h3>{% trans "Configuration" %}</h3>
|
||||
|
||||
<form class="form form-configuration" method="post">
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user