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:
Sunil Mohan Adapa 2020-05-25 20:41:10 -07:00 committed by James Valleroy
parent 746f7b07fc
commit e7be53723f
No known key found for this signature in database
GPG Key ID: 77C0C75E7B650808

View File

@ -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 %}