mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-01-21 07:55:00 +00:00
firewall: Mention that internal services are available over VPN
When showing the internal zone warning. Closes: #1312. Signed-off-by: Sunil Mohan Adapa <sunil@medhas.org> Reviewed-by: James Valleroy <jvalleroy@mailbox.org>
This commit is contained in:
parent
746f7b07fc
commit
e7be53723f
@ -9,7 +9,7 @@
|
||||
{% if not component.is_external %}
|
||||
<div class="bg-warning">
|
||||
{% blocktrans trimmed with service_name=component.name %}
|
||||
<em>{{ service_name }}</em> is available only on internal networks.
|
||||
<em>{{ service_name }}</em> is available only on internal networks or when the client is connected to {{ box_name }} through VPN.
|
||||
{% endblocktrans %}
|
||||
<p>
|
||||
{% with interfaces=component.get_internal_interfaces %}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user