wireguard: show server vpn ip in show client page

Reviewed-by: James Valleroy <jvalleroy@mailbox.org>
This commit is contained in:
Frederico Gomes 2026-02-11 14:25:07 +00:00 committed by James Valleroy
parent b18c37a5f6
commit f0a36f11ba
No known key found for this signature in database
GPG Key ID: 77C0C75E7B650808

View File

@ -41,6 +41,10 @@
<th>{% trans "Server public key:" %}</th>
<td>{{ server.public_key }}</td>
</tr>
<tr class="server-ip">
<th>{% trans "Server VPN IP address for services:" %}</th>
<td>{{ server.ip_address }}</td>
</tr>
</tbody>
</table>
</div>